From 0cee6754a70d8620a10552127018e1d550036af1 Mon Sep 17 00:00:00 2001 From: Jennifer Hasegawa Date: Mon, 5 Nov 2018 14:51:44 -0800 Subject: [PATCH] fixed link formatting --- content/use-cases/contribute-code-to-ripple-lib.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/use-cases/contribute-code-to-ripple-lib.md b/content/use-cases/contribute-code-to-ripple-lib.md index a8ec9b8a39..0504d45e7f 100644 --- a/content/use-cases/contribute-code-to-ripple-lib.md +++ b/content/use-cases/contribute-code-to-ripple-lib.md @@ -30,7 +30,7 @@ Use the XRP Test Net Faucet to get a test account on the XRP Test Network. If yo ## [Set up your `ripple-lib` development environment](get-started-with-rippleapi-for-javascript.html#environment-setup) -`ripple-lib` requires Node.js and a few dependencies. We recommend using [Node.js v10 LTS](https://nodejs.org/en/) and [Yarn](https://yarnpkg.com/en/) dependency management. Also, be sure to create your own fork of the `ripple-lib` repository on GitHub so you can contribute pull requests to the official repo. +`ripple-lib` requires Node.js and a few dependencies. We recommend using Node.js v10 LTS and Yarn dependency management. Also, be sure to create your own fork of the `ripple-lib` repository on GitHub so you can contribute pull requests to the official repo. {{n.next()}} @@ -48,7 +48,7 @@ Now that you have a handle on `ripple-lib`, you may have ideas for how to improv Perhaps you’re developing on the XRP Ledger and want to contribute some code that enables `ripple-lib` to provide a feature your application needs. -Need some inspiration? Take a look at our list of [Help Wanted issues](https://github.com/ripple/ripple-lib/issues?utf8=%E2%9C%93&q=label%3A%22help+wanted%22). +Need some inspiration? Take a look at our list of Help Wanted issues . Access the `ripple-lib` repo and open an issue or pull request.