Skip to content

Commit

Permalink
Updated command to install in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paullegan committed Jul 2, 2019
1 parent b6bafb1 commit 7016e1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
To install shiny from npm, run:

```
$ npm install -g shiny
$ npm install -g @paul.legan/shiny
```

```shiny --help```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 7016e1a

Please sign in to comment.