Skip to content

Commit fda8192

Browse files
authored
Merge pull request #111 from zabil/patch-2
Fixed typo
2 parents 8e4b7e0 + ef31109 commit fda8192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ I love simplicity and prefer to avoid external dependecies. `encoding/json` requ
99
I investigated what's on the market and found that most libraries are just wrappers around `encoding/json`, there is few options with own parsers (`ffjson`, `easyjson`), but they still requires you to create data structures.
1010

1111

12-
Goal of this project is to push JSON parser to the performance limits and not sucrifice with compliance and developer user experience.
12+
Goal of this project is to push JSON parser to the performance limits and not sacrifice with compliance and developer user experience.
1313

1414
## Example
1515
For the given JSON our goal is to extract the user's full name, number of github followers and avatar.

0 commit comments

Comments
 (0)