summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorMatt Kantor <the.matt.kantor@gmail.com>2019-07-04 11:55:26 -0700
committerJames E. King III <jking@apache.org>2019-07-07 12:18:30 -0400
commitf9435643d758f9b08937399abe7f721ec7d65fcf (patch)
treec62e13cdaf1323960e4f3b7076ef040276de4d04 /tutorial
parent08fea1640e3585b74bbbd9ec53db798df7fe1656 (diff)
downloadthrift-f9435643d758f9b08937399abe7f721ec7d65fcf.tar.gz
Fix a typo in README.md.
The crate is named `ordered-float`, not `ordered_float`.
Diffstat (limited to 'tutorial')
-rw-r--r--tutorial/rs/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/rs/README.md b/tutorial/rs/README.md
index 8ad39adb7..166854bea 100644
--- a/tutorial/rs/README.md
+++ b/tutorial/rs/README.md
@@ -8,7 +8,7 @@
```toml
thrift = "x.y.z" # x.y.z is the version of the thrift compiler
-ordered_float = "0.3.0"
+ordered-float = "0.3.0"
try_from = "0.2.0"
```