From f5291e2f01f4bbe87dba44ae6e682d3eb48353a7 Mon Sep 17 00:00:00 2001 From: Umidbek Karimov Date: Tue, 31 Jan 2017 19:26:33 +0400 Subject: [PATCH] Fix Jetbrains example screenshot url. (#534) --- editors/jetbrains/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editors/jetbrains/README.md b/editors/jetbrains/README.md index 66c1ff62..35913d8a 100644 --- a/editors/jetbrains/README.md +++ b/editors/jetbrains/README.md @@ -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. \ No newline at end of file +See [this documentation](https://www.jetbrains.com/help/webstorm/configuring-keyboard-shortcuts.html) about configuring keyboard shortcuts.