Skip to content

Commit

Permalink
[Closes #27] Corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
igaray committed Dec 17, 2014
1 parent 934db70 commit 488f1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ Following this rule you also get the benefits that `-opaque` types provide, for
##### Prefer the git protocol over others when specifying dependency URLs
> When specifying dependencies in erlang.mk Makefils or rebar.config, prefer using the git protocol to download the dependency repository.
*Examples*: [makefile_deps](src/makefile_deps) [src/rebar_deps.config]
*Examples*: [makefile example](src/makefile_deps) [rebar example](src/rebar_deps.config)

*Reasoning*: SSH requires authentication.
https may require authentication (bitbucket does, github doesn't), but sometimes doesn't.
Expand Down

0 comments on commit 488f1fe

Please sign in to comment.