Skip to content

Commit c64e87e

Browse files
committed
docs: Update README
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 847fb05 commit c64e87e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ This library is functional and ready for use, but its API is still evolving to t
139139
- Ruby - a [crate](https://github.com/driv3r/rusty_json_schema) by @driv3r
140140
- NodeJS - a [package](https://github.com/ahungrynoob/jsonschema) by @ahungrynoob
141141

142-
## `cargo test`
142+
## Running tests
143143

144144
The tests in [jsonschema/](jsonschema/) depend on the [JSON Schema Test Suite](https://github.com/json-schema-org/JSON-Schema-Test-Suite). Before calling `cargo test`, download the suite:
145145

@@ -149,11 +149,12 @@ $ git submodule update
149149
```
150150
These commands clone the suite to [jsonschema/tests/suite/](jsonschema/tests/suite/).
151151

152-
Now, enter jsonschema/ folder and run `cargo test`.
152+
Now, enter the `jsonschema` directory and run `cargo test`.
153153

154154
```bash
155155
$ cd jsonschema
156-
$ cargo test ```
156+
$ cargo test
157+
```
157158

158159
## Performance
159160

0 commit comments

Comments
 (0)