Skip to content

Commit 0240a6a

Browse files
authored
feat: add note about generating atom snippets
1 parent 9e9425c commit 0240a6a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,11 @@ Some snippets heavily inspired by [sublime-react](https://github.com/reactjs/sub
167167

168168
1. Create your snippet.
169169
2. Postfix your snippets with `_react_native`.
170-
3. Add them to the README
171-
4. Submit a Pull Request
172-
5. ???
173-
6. Profit!
170+
3. Generate the Atom snippet file (`make install && make atom`)
171+
4. Add them to the README
172+
5. Submit a Pull Request
173+
6. ???
174+
7. Profit!
174175

175176
Try to make your snippet tab triggers follow a syllable-based fuzzy-search style. For example for `componentWillUpdate()`, `cwud` is preferred over `cwup`.
176177

0 commit comments

Comments
 (0)