From 60824eb6fe2155f71785c9ed35e0b09f6b350c8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Sun, 24 Dec 2017 20:32:02 +0200 Subject: [PATCH] Updated docs --- README.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22425cb..87d9ec1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,11 @@ ## :cloud: Installation ```sh -$ npm i --save asciify-pixel-matrix +# Using npm +npm install --save asciify-pixel-matrix + +# Using yarn +yarn add asciify-pixel-matrix ``` diff --git a/package.json b/package.json index 8c5f650..9144781 100644 --- a/package.json +++ b/package.json @@ -44,4 +44,4 @@ "bloggify.json", "bloggify/" ] -} \ No newline at end of file +}