Typo in readme

This commit is contained in:
David Tolnay 2017-01-25 13:30:05 -08:00
parent 01f299be3f
commit 62c3ee45f6
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -17,7 +17,7 @@ You may be looking for:
- [Setting up `#[derive(Serialize, Deserialize)]`](https://serde.rs/codegen.html)
- [Release notes](https://github.com/serde-rs/json/releases)
JSON is a ubiquitous open-standard format that uses human readable-test to
JSON is a ubiquitous open-standard format that uses human-readable text to
transmit data objects consisting of key-value pairs.
```json,ignore