From ec3ca7e429c443f0f6cf25ae99901aacdc05ceda Mon Sep 17 00:00:00 2001 From: probablycorey Date: Tue, 28 Jan 2014 11:27:06 -0800 Subject: [PATCH] Add an `and` --- docs/your-first-package.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/your-first-package.md b/docs/your-first-package.md index 30ff05428..940a78ea0 100644 --- a/docs/your-first-package.md +++ b/docs/your-first-package.md @@ -107,7 +107,7 @@ 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](https://npmjs.org/). Open _package.json_ add the latest version of +from [npm](https://npmjs.org/). Open _package.json_ and add the latest version of figlet to the dependencies: ```json