Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Dec 24, 2017
1 parent 3a148fe commit 09a8f34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ You can install the package globally and use it as command line tool:


```sh
$ npm i -g babel-it
# Using npm
npm install --global babel-it

# Using yarn
yarn global add babel-it
```


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@
"dist-it"
]
}
}
}

0 comments on commit 09a8f34

Please sign in to comment.