Skip to content

Commit

Permalink
docs: add images to project
Browse files Browse the repository at this point in the history
  • Loading branch information
azz committed Jan 8, 2018
1 parent 695c6a5 commit eaba978
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Runs [Prettier](https://prettier.io) on your changed files.

![](http://g.recordit.co/eEOOyI2v1r.gif)
![demo](./img/demo.gif)

Supported source control managers:

Expand Down Expand Up @@ -70,6 +70,8 @@ In `package.json`'s `"scripts"` section, add:

Pre-commit mode. Under this flag only staged files will be formatted, and they will be re-staged after formatting.

![demo](./img/precommit.gif)

<!-- Undocumented = Unsupported :D
### `--add`
Expand Down
Binary file added img/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/precommit.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"license": "MIT",
"files": [
"bin",
"dist"
"dist",
"img"
],
"dependencies": {
"chalk": "^2.3.0",
Expand Down

0 comments on commit eaba978

Please sign in to comment.