RippleAPI beginners guide - fix typo

This commit is contained in:
mDuo13
2016-06-14 17:33:52 -07:00
parent f61173c9f0
commit 83221b7b4f
2 changed files with 2 additions and 2 deletions

View File

@@ -228,7 +228,7 @@ If you have [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
```
git clone https://github.com/ripple/ripple-lib.git
cd ripple-lib
checkout release
git checkout release
```
Alternatively, you can download an archive (.zip or .tar.gz) of a specific release from the [RippleAPI releases page](https://github.com/ripple/ripple-lib/releases) and extract it.

View File

@@ -424,7 +424,7 @@ api.connect().then(() => {
<p>If you have <a href="https://git-scm.com/book/en/v2/Getting-Started-Installing-Git">Git</a> installed, you can clone the repository and check out the <strong>release</strong> branch, which always has the latest official release:</p>
<pre><code>git clone https://github.com/ripple/ripple-lib.git
cd ripple-lib
checkout release
git checkout release
</code></pre>
<p>Alternatively, you can download an archive (.zip or .tar.gz) of a specific release from the <a href="https://github.com/ripple/ripple-lib/releases">RippleAPI releases page</a> and extract it.</p>
<h4 id="2-install-dependencies-using-npm">2. Install dependencies using NPM</h4>