From 4750e2f6827cc3d492de72216f4965f532dfcc7e Mon Sep 17 00:00:00 2001 From: Scott Leslie Date: Fri, 29 Apr 2022 16:06:16 -0400 Subject: [PATCH] doc: typo and rephrase --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d96114..5111f07 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ I love simplicity and prefer to avoid external dependecies. `encoding/json` requ 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. -Goal of this project is to push JSON parser to the performance limits and not sucrifice with compliance and developer user experience. +Goal of this project is to push JSON parser to the performance limits and not sacrifice compliance with standards and developer user experience. ## Example For the given JSON our goal is to extract the user's full name, number of github followers and avatar.