Browse Source

Merge pull request #114 from uwiger/uw-fix-hex-doc-typos

corrected use of verbatim notation
Ulf Wiger 8 years ago
parent
commit
78db51e4d7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/overview.edoc

+ 2 - 2
doc/overview.edoc

@@ -21,9 +21,9 @@ actively use either, they are no longer fetched by default.
 
 <h2>Installation</h2>
 
-You can get `gproc` from the <a href="https://hex.pm/packages/gproc">Hex package manager</a>
+You can get `gproc' from the <a href="https://hex.pm/packages/gproc">Hex package manager</a>
 
-That means declaring dependency on `{gproc, "0.5.0"}` in your `rebar` based applications or `{:gproc, "~> 0.5.0"}` in your `mix` based applications.
+That means declaring dependency on `{gproc, "0.5.0"}' in your `rebar3'-based applications or `{:gproc, "~> 0.5.0"}' in your `mix' based applications.
 
 <h2>Introduction</h2>