From 91046961f8a165176a69e3a0b25758200ca69ce5 Mon Sep 17 00:00:00 2001 From: Jacob Burden Date: Mon, 9 Jul 2018 21:22:02 -0400 Subject: [PATCH] Typo: run -> runs (#505) * Typo: run -> runs * fix accidental commit new line ahh I messed up the last commit when editing from the github UI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10bbf50b..2987a9bf 100644 --- a/README.md +++ b/README.md @@ -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