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 +}