Skip to content

Commit

Permalink
Documentation fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
  • Loading branch information
jviotti committed May 27, 2024
1 parent adc3e18 commit d616020
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/format.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Formatting
==========

```sh
jsonschema fmt <schemas-or-directories...> [--check|-c]
jsonschema fmt [schemas-or-directories...] [--check|-c]
```

Schemas are code. As such, they are expected follow consistent stylistic
Expand Down
2 changes: 1 addition & 1 deletion docs/lint.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Linting
=======

```sh
jsonschema lint <schemas-or-directories...> [--fix|-f]
jsonschema lint [schemas-or-directories...] [--fix|-f]
```

JSON Schema is a surprisingly expressive schema language. Like with traditional
Expand Down
2 changes: 1 addition & 1 deletion docs/test.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Testing
=======

```sh
jsonschema help <schemas-or-directories...>
jsonschema test [schemas-or-directories...]
```

Schemas are code. As such, you should run an automated unit testing suite
Expand Down

0 comments on commit d616020

Please sign in to comment.