From b6441b7f4f66f0817ed36913fb6c0100e6544048 Mon Sep 17 00:00:00 2001 From: "Adam R. Nelson" Date: Fri, 29 Jul 2022 09:33:54 -0400 Subject: [PATCH] fix README typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 606c792..0a3021c 100644 --- a/README.md +++ b/README.md @@ -129,8 +129,8 @@ properties are allowed, and will be ignored. - `"schema"`: The schema itself. A single schema type. - `"let"`: An object whose values are schema types. Its properties are defined as *reference types*, which can be accessed with the `"ref"` directive type. - - For example, `{ "let": { "Foo": "string" }, { "schema": ["ref", "Foo"] } }` - is equivalent to `{ "schema": "string" }`. + - For example, `{ "let": { "Foo": "string" }, "schema": ["ref", "Foo"] }` is + equivalent to `{ "schema": "string" }`. - `"spartan"`: The Spartan Schema major version of this schema. If present, it must be `1`.