From 7016e1acc5bf18b4b49faa5ffe6e7d6bdb575e32 Mon Sep 17 00:00:00 2001 From: Paul Legan Date: Tue, 2 Jul 2019 09:04:21 -0400 Subject: [PATCH] Updated command to install in readme --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a7fa75..228b419 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ To install shiny from npm, run: ``` -$ npm install -g shiny +$ npm install -g @paul.legan/shiny ``` ```shiny --help``` diff --git a/package.json b/package.json index 491edb8..35c9d92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@paul.legan/shiny", - "version": "0.0.1", + "version": "0.0.2", "description": "Create shiny objects using configurable templates.", "bin": { "shiny": "./bin/shiny"