From e646638ba77a243ecddda5fa7a37dec912b1dc90 Mon Sep 17 00:00:00 2001 From: George Tsimenis Date: Fri, 2 Aug 2019 17:38:29 +0200 Subject: [PATCH] update README --- README.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2b6e7fc..c2b95aa 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,19 @@ ## Install ### Global - `npm install -g figma-export-icons` + ```sh + npm install -g figma-export-icons` +``` ### Local - `npm install figma-export-icons --save` +```sh +npm install figma-export-icons --save` +``` ## Usage If you have installed the module globally: - `export-icons` + ```sh + export-icons +``` If you have installed it locally: @@ -20,11 +26,17 @@ scripts: { 'export-icons': 'export-icons' } ``` -and run `npm run export-icons` +and run +```sh +npm run export-icons +``` OR -run it directly with `npx export-icons` +run it directly with: +```sh +npx export-icons +``` ## Note: