Skip to content

Commit

Permalink
Forgot some quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
greim committed Mar 21, 2015
1 parent ff696e4 commit b23cc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ I'm using this as a reference point and a proving ground for new tech. I might c
## Design goals

* **ES6** - ES6 everywhere.
* **Sane imports** - `import thing from lib/thing`, never `./lib/thing` or `../../../thing`.
* **Sane imports** - `import thing from 'lib/thing'`, never `'./lib/thing'` or `'../../../thing'`.
* **Eliminate callbacks** - Use generators, or even better async/await, for async flow control.
* **Bleeding-edge** - Not all will agree, but I think messing with new toys is fun.
* **Learning and sharing** - Thought others might get a kick out of this.
Expand Down

0 comments on commit b23cc10

Please sign in to comment.