From 87512768f0248072aac2556fc11769b15fda5a7c Mon Sep 17 00:00:00 2001 From: Dakota Date: Fri, 22 Feb 2019 12:53:21 -0500 Subject: [PATCH] Update README.md (#54) Fixed minor wording mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd6ba6f5..2797541a 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ To simplify the engineering, we make some assumptions. ## Architecture -The parser works in three stages: +The parser works in two stages: - Stage 1. (Find marks) Identifies quickly structure elements, strings, and so forth. We validate UTF-8 encoding at that stage. - Stage 2. (Structure building) Involves constructing a "tree" of sort (materialized as a tape) to navigate through the data. Strings and numbers are parsed at this stage.