Fix Jetbrains example screenshot url. (#534)

master
Umidbek Karimov 2017-01-31 19:26:33 +04:00 committed by Christopher Chedeau
parent 7148184d65
commit f5291e2f01
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ In **Parameters** set `--write [other opts] $FilePathRelativeToProjectRoot$`
In **Working directory** set `$ProjectFileDir$`
![With `prettier`](https://github.com/jlongster/prettier/tree/master/editors/jetbrains/with-prettier.png "With Prettier")
![Example](https://raw.githubusercontent.com/jlongster/prettier/master/editors/jetbrains/with-prettier.png)
If on the other hand you have `prettier` installed locally, replace the **Program** with `./node_modules/.bin/prettier` (on OS X and Linux) or `.\node_modules\.bin\prettier.cmd` (on Windows).
@ -16,4 +16,4 @@ If on the other hand you have `prettier` installed locally, replace the **Progra
Now when you setup **Extarnal Tool** I guess you what to add hotkey for it. Go to *File | Settings | Keymap* for Windows and Linux *WebStorm | Preferences | Keymap* and type external tool name in search box.
See [this documentation](https://www.jetbrains.com/help/webstorm/configuring-keyboard-shortcuts.html) about configuring keyboard shortcuts.
See [this documentation](https://www.jetbrains.com/help/webstorm/configuring-keyboard-shortcuts.html) about configuring keyboard shortcuts.