Fix spelling mistakes.
This commit is contained in:
parent
f058dbedbb
commit
aa80fca290
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ The missing YAML 1.2 implementation for Rust.
|
||||||
[![version](https://img.shields.io/crates/v/yaml-rust.svg)](https://crates.io/crates/yaml-rust/)
|
[![version](https://img.shields.io/crates/v/yaml-rust.svg)](https://crates.io/crates/yaml-rust/)
|
||||||
|
|
||||||
`yaml-rust` is a pure Rust YAML 1.2 implementation without
|
`yaml-rust` is a pure Rust YAML 1.2 implementation without
|
||||||
any FFI and crate dependencies, which enjoys the memory safe
|
any external dependencies, which enjoys the memory safety
|
||||||
property and other benefits from the Rust language.
|
property and other benefits from the Rust language.
|
||||||
The parser is heavily influenced by `libyaml` and `yaml-cpp`.
|
The parser is heavily influenced by `libyaml` and `yaml-cpp`.
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@ Rust 1.0.0 and nightly!
|
||||||
|
|
||||||
See [Document](http://chyh1990.github.io/yaml-rust/doc/yaml_rust/)
|
See [Document](http://chyh1990.github.io/yaml-rust/doc/yaml_rust/)
|
||||||
|
|
||||||
> NOTE: This library is still under heavily development.
|
> NOTE: This library is still under heavy development.
|
||||||
|
|
||||||
> WARNING: This library needs more tests and it is NOT ready for
|
> WARNING: This library needs more tests and it is NOT ready for
|
||||||
> parsing arbitrary user input from *untrusted source*.
|
> parsing arbitrary user input from *untrusted source*.
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
Adding the following to the Cargo.toml in your project:
|
Add the following to the Cargo.toml of your project:
|
||||||
|
|
||||||
```
|
```
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Reference in a new issue