Skip to content

Commit 977b548

Browse files
committed
Use wording from Hjson website for Hjson blurb
From https://hjson.github.io.
1 parent cec8993 commit 977b548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_src/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ Serde by the community.
7171
- [Bencode], a simple binary format used in the BitTorrent protocol.
7272
- [DynamoDB Items], the format used by [rusoto_dynamodb] to transfer data to
7373
and from DynamoDB.
74-
- [Hjson], a superset of JSON suitable for configuration files.
75-
*(deserialization only)*
74+
- [Hjson], a syntax extension to JSON designed around human reading and editing.
75+
*(deserialization only)*
7676

7777
[JSON]: https://github.com/serde-rs/json
7878
[Bincode]: https://github.com/servo/bincode

0 commit comments

Comments
 (0)