diff options
author | Loïc Hoguin <[email protected]> | 2014-08-02 12:55:15 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-08-02 12:55:15 +0200 |
commit | a2fabcdecf0824b8b879f98e0601ab1477e3cb4e (patch) | |
tree | 4dde901ed7f57f8384db79eaac40d726a90ef159 | |
parent | 5cf9ac25e57847c348b32f9808a5ab81f3f33bfa (diff) | |
download | cowboy-a2fabcdecf0824b8b879f98e0601ab1477e3cb4e.tar.gz cowboy-a2fabcdecf0824b8b879f98e0601ab1477e3cb4e.tar.bz2 cowboy-a2fabcdecf0824b8b879f98e0601ab1477e3cb4e.zip |
Fix language in getting started
-rw-r--r-- | doc/src/guide/getting_started.ezdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/getting_started.ezdoc b/doc/src/guide/getting_started.ezdoc index 88ebd93..f0a701d 100644 --- a/doc/src/guide/getting_started.ezdoc +++ b/doc/src/guide/getting_started.ezdoc @@ -61,7 +61,7 @@ handler. :: Cowboy setup -To add Cowboy as a dependency of your application, we need to modify +To add Cowboy as a dependency to your application, you need to modify two files: the Makefile and the application resource file. Modifying the Makefile allows the build system to know it needs to |