Update readme.md

This commit is contained in:
Adam Scarr 2017-08-10 22:30:58 +10:00 committed by GitHub
parent 79d2c5e1c9
commit 382f7b63be

View File

@ -3,7 +3,7 @@ goparsify [![CircleCI](https://circleci.com/gh/Vektah/goparsify/tree/master.svg?
A parser-combinator library for building easy to test, read and maintain parsers using functional composition.
Everything should be unicode safe by default, but you can opt out of unicode whitespace for a decent ~%20 performance boost.
Everything should be unicode safe by default, but you can opt out of unicode whitespace for a decent ~20% performance boost.
```go
Run(parser, input, ASCIIWhitespace)
```