Skip to content

Commit 834c13d

Browse files
authored
Merge pull request #112 from seeekr/patch-1
typos & corrections in README.md
2 parents 1d2932d + 3829e34 commit 834c13d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ There used to be a statement here saying that performance is not the main goal o
118118
crate. It is definitely one of them now.
119119

120120
While this crate doesn't provide a way to parse JSON to native Rust structs, it does a
121-
lot to optimize it's performance for DOM parsing, stringifying and manipulation. It does
121+
lot to optimize its performance for DOM parsing, stringifying and manipulation. It does
122122
[very well in benchmarks](http://json.rs/), in some cases it
123123
can even outperform parsing to structs.
124124

@@ -131,6 +131,6 @@ mantissa with 16 bit decimal exponent for floating point representation.
131131
## License
132132

133133
This crate is distributed under the terms of both the MIT license
134-
and the Apache License (Version 2.0), choose whatever works for you.
134+
and the Apache License (Version 2.0). Choose whichever one works best for you.
135135

136136
See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) for details.

0 commit comments

Comments
 (0)