summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <phsym@users.noreply.github.com>2015-07-09 21:27:11 +0200
committerPierre-Henri Symoneaux <phsym@users.noreply.github.com>2015-07-09 21:27:11 +0200
commitd6b12f277a11f812be2801e6601709b3e2e22b35 (patch)
treeadda94cafaa350021684203e6590c0ae25a57134 /README.md
parent0840f757f143858b2eb20fc175b6dab21d7a3935 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 73cc617..068d7f1 100644
--- a/README.md
+++ b/README.md
@@ -28,8 +28,8 @@ And to build html documentation, run
More often, you will include the library as a dependency to your project. In order to do this, add the following lines to your **Cargo.toml** file :
```toml
-[dependencies.prettytable-rs]
-git = "0.1.2"
+[dependencies]
+prettytable-rs = "0.1.2"
```