mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-02 09:35:53 +00:00
RippleAPI beginners guide - fix typo
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user