From d65f9be805f062fec01efaf188d63003136e7efd Mon Sep 17 00:00:00 2001 From: amarcu5 Date: Wed, 19 Dec 2018 00:53:28 +0000 Subject: [PATCH] Updated readme Corrected acknowledgements and simplified build tool installation shell commands --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 06d46aa..dcadb2f 100644 --- a/README.md +++ b/README.md @@ -112,10 +112,7 @@ The following build tools are used to build the extension: These can be installed by executing the following command: ```Shell -npm install -g csso-cli -npm install -g svgo -npm install -g xar-js -npm install -g google-closure-compiler +npm install -g csso-cli svgo xar-js google-closure-compiler ``` #### Steps @@ -183,4 +180,4 @@ export const resource = { For more examples, please see the [source](https://github.com/amarcu5/PiPer/tree/master/src/) ## Acknowledgements -* [Pied PíPer](https://github.com/JoeKuhns/PiedPiPer.safariextension) for the original inspiration and the Netflix icon +* [Pied PíPer](https://github.com/JoeKuhns/PiedPiPer.safariextension) for the original inspiration