aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5151bda..bddccd0 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@ A TOML decoder and encoder for Rust.
```toml
# Cargo.toml
-[dependencies.toml]
-git = "https://github.com/alexcrichton/toml-rs"
+[dependencies]
+toml = "0.1"
```
# License