Merge pull request #38 from JanLikar/patch-1

Fix spelling mistakes
This commit is contained in:
Chen Yuheng 2016-10-23 16:24:38 +08:00 committed by GitHub
commit a9f2f8471d

View file

@ -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]