Skip to content

Commit dcf64df

Browse files
committedFeb 19, 2020
Update readme
1 parent a57bd47 commit dcf64df

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
 

‎README.md

-7
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@ It uses the [`serde_json::Value`] type to represent JSON.
1212
[`serde_json::Value`]: https://docs.serde.rs/serde_json/value/enum.Value.html
1313
[`assert_eq!`]: https://doc.rust-lang.org/std/macro.assert_eq.html
1414

15-
### Install
16-
17-
```toml
18-
[dependencies]
19-
assert-json-diff = "1"
20-
```
21-
2215
### Partial matching
2316

2417
If you want to assert that one JSON value is "included" in another use

0 commit comments

Comments
 (0)
Please sign in to comment.