From e31fab7fe4fdce2bd0f79e92b06182108b149997 Mon Sep 17 00:00:00 2001 From: probablycorey Date: Tue, 28 Jan 2014 11:21:58 -0800 Subject: [PATCH] Link to npm --- docs/your-first-package.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/your-first-package.md b/docs/your-first-package.md index 7ce228dfd..3b8ccfc3e 100644 --- a/docs/your-first-package.md +++ b/docs/your-first-package.md @@ -109,8 +109,8 @@ that it **doesn't** work when the Tree View is focused. Now we need to convert the selected text to ascii art. To do this we will use the [figlet](https://npmjs.org/package/figlet) [node](http://nodejs.org/) module -from npm. Open _package.json_ add the latest version of figlet to the -dependencies: +from [npm](https://npmjs.org/). Open _package.json_ add the latest version of +figlet to the dependencies: ```json "dependencies": {