Browse Source

docs: indenting

Sam Jaffe 2 weeks ago
parent
commit
c4832202dc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -125,7 +125,7 @@ For example:
   Draft04, and therefore is represented as:
   ```
   {"divisibleBy", {{schema::Version::Earliest, &Self::multipleOf},
-                   {schema::Version::Draft04, Removed}}},
+                     {schema::Version::Draft04, Removed}}},
   {"multipleOf",  {schema::Version::Draft04, &Self::multipleOf}}
   ```
 * A small number of rare constraints change their meaning when moving from
@@ -133,7 +133,7 @@ For example:
   sense to use different MakeConstraint functions for them.
   ```
   {"items", {{schema::Version::Earliest, &Self::itemsTupleOrVector},
-             {schema::Version::Draft2020_12, &Self::additionalItems}}}
+               {schema::Version::Draft2020_12, &Self::additionalItems}}}
   ```
 * Reserved keywords that have no meaning by themselves can use the Literal
   rule: