From bd3e6c9492bdfc9b7a1fb1c0afd94c25fb866e3d Mon Sep 17 00:00:00 2001 From: Antoine Grondin Date: Sun, 1 Sep 2013 10:59:06 -0700 Subject: [PATCH] Fix typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 988f1d1..914d930 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ All features of upskirt are supported, including: * **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.