diff options
author | Jesse Gumm <gumm@sigma-star.com> | 2019-08-21 11:45:54 -0500 |
---|---|---|
committer | Jesse Gumm <gumm@sigma-star.com> | 2019-08-21 11:45:54 -0500 |
commit | 870aa7305211b2e330e212389aae19e51eb16ec3 (patch) | |
tree | 77e1eb8d87d9318f91ff51d7a6a601b567e2553d /README.md | |
parent | c2d74ada46c94c322848aa5f5516f9f9ac650a97 (diff) |
Fix a couple typos in readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -88,8 +88,8 @@ Rebar3 may also be available on various OS-specific package managers such as FreeBSD Ports. Those are maintained by the community and Rebar3 maintainers themselves are generally not involved in that process. -If you do not have a full Erlang install, we using [erln8](https://erln8.github.io/erln8/) -or [kerl](https://github.com/yrashk/kerl). For binary packages use those provided +If you do not have a full Erlang install, we recommend using [erln8](https://erln8.github.io/erln8/) +or [kerl](https://github.com/yrashk/kerl). For binary packages, use those provided by [Erlang Solutions](https://www.erlang-solutions.com/resources/download.html), but be sure to choose the "Standard" download option or you'll have issues building projects. |