From af82f2c991ac0668485e75ae78a26b9553ec8b13 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 12 Nov 2019 18:56:42 -0800 Subject: [PATCH] update raw format note --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbbb2aa3..46e67f57 100755 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ To access the raw, pre-processed JSON, use the `-r` or `raw=True` options. Schemas for each parser can be found in the `docs/parsers` folder. -> ***Note:** Due to the introduction of schemas in version `1.5.1` the output will be different than in versions `1.1.1` and below. Now that schemas are defined, the output will be stable for future versions. You can still get similar output to prior versions with the `-r` or `raw=true` options. Though the goal is to keep all output stable, raw output may not be 100% indentical between releases.* +> ***Note:** Due to the introduction of schemas in version `1.5.1` the output will be different than in versions `1.1.1` and below. Now that schemas are defined, the output will be stable for future versions. You can still get similar output to prior versions with the `-r` or `raw=true` options. Though the goal is to keep all output stable, raw output is not guaranteed to stay the same in future releases.* ## Installation ```