Add an and

This commit is contained in:
probablycorey
2014-01-28 11:27:06 -08:00
parent 386767868e
commit ec3ca7e429

View File

@@ -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