diff --git a/parser/README.md b/parser/README.md index d3fb5bd..8517ad3 100644 --- a/parser/README.md +++ b/parser/README.md @@ -21,13 +21,6 @@ Add the following to the Cargo.toml of your project: yaml-rust = "0.4" ``` -or - -```toml -[dependencies.yaml-rust] -git = "https://github.com/chyh1990/yaml-rust.git" -``` - and import: ```rust