diff options
author | Loïc Hoguin <[email protected]> | 2012-10-24 14:54:14 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2012-10-24 14:54:14 +0200 |
commit | 5ebe55a0fd8b6b533470f7bbcd85e0e075beef91 (patch) | |
tree | 36ccccead80a8ba8b8e2631a8df60c9f30c7c4b1 | |
parent | cd099983b1b807b87fa050d1e4ff0a13aba25b49 (diff) | |
download | ranch-5ebe55a0fd8b6b533470f7bbcd85e0e075beef91.tar.gz ranch-5ebe55a0fd8b6b533470f7bbcd85e0e075beef91.tar.bz2 ranch-5ebe55a0fd8b6b533470f7bbcd85e0e075beef91.zip |
Small README fixes
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,11 +28,11 @@ duplicating efforts. Quick start ----------- -* Add Ranch as a rebar or agner dependency to your application. +* Add Ranch as a rebar dependency to your application. * Start Ranch and add one or more listeners. * Write protocol handlers for your application. -Getting Started +Getting started --------------- * [Read the guide](https://github.com/extend/ranch/blob/master/guide/toc.md) |