Skip to content

Commit 98aaa09

Browse files
committed
Add editor section in readme
1 parent bd02737 commit 98aaa09

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,11 @@ Trigger a notification every time. Call it "noisy-mode".
8383
```js
8484
new WebpackNotifierPlugin({alwaysNotify: true});
8585
```
86+
87+
### Editor
88+
89+
Runs the specified editor when the notification is clicked.
90+
91+
```js
92+
new WebpackNotifierPlugin({ editor: 'atom' });
93+
```

0 commit comments

Comments
 (0)