Merge pull request #31 from aybabtme/patch-1 Fix typo.
Vytautas Ĺ altenis Vytautas.Shaltenis@gmail.com
Sun, 01 Sep 2013 11:56:32 -0700
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
README.md
→
README.md
@@ -92,7 +92,7 @@
* **Fast processing**. It is fast enough to render on-demand in most web applications without having to cache the output. -* **Thread safety**. You can run multiple parsers is different +* **Thread safety**. You can run multiple parsers in different goroutines without ill effect. There is no dependence on global shared state.