Skip to content

Commit

Permalink
Typo: run -> runs (#505)
Browse files Browse the repository at this point in the history
* Typo: run -> runs

* fix accidental commit new line

ahh I messed up the last commit when editing from the github UI
  • Loading branch information
jakeburden authored and zhouhanseng committed Jul 10, 2018
1 parent 7afacfc commit 9104696
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 @@ -136,7 +136,7 @@ care how we do this: it's lots of glue code, and not necessarily pretty. But it
can be useful to know which optimizations we apply. This is a list:

### JavaScript
- __nanohtml:__ Optimize `choo` HTML code so it run significantly faster in the
- __nanohtml:__ Optimize `choo` HTML code so it runs significantly faster in the
browser.
- __glslify:__ Adds a module system to GLSL shaders.
- __brfs:__ Statically inline calls to `fs.readFile()`. Useful to ship assets
Expand Down

0 comments on commit 9104696

Please sign in to comment.