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 334a4bf commit 4bc8628
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ You can install the package globally and use it as command line tool:


```sh
$ npm i -g jsfiddle-to-git
# Using npm
npm install --global jsfiddle-to-git

# Using yarn
yarn global add jsfiddle-to-git
```


Expand All @@ -31,12 +35,14 @@ Usage: jsfiddle-to-git
$ ./run.sh
```


In the future you will be able to do:

```sh
$ jsfiddle-to-git
```


## :yum: How to contribute
Have an idea? Found a bug? See [how to contribute][contributing].

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

0 comments on commit 4bc8628

Please sign in to comment.