aboutsummaryrefslogtreecommitdiffstats
path: root/rust/README.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-09-05 23:00:00 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-09-05 23:00:00 -0700
commitd45370efef0aee5063b8290ee4c5ded9c2e11671 (patch)
tree55c87631b3b830b935f04feba6118dccd8d71d5d /rust/README.md
parentba722671b4791524384010705bef0aaa83c22c0b (diff)
downloadfatcat-d45370efef0aee5063b8290ee4c5ded9c2e11671.tar.gz
fatcat-d45370efef0aee5063b8290ee4c5ded9c2e11671.zip
update more rust library name refs
Diffstat (limited to 'rust/README.md')
-rw-r--r--rust/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/README.md b/rust/README.md
index 86c25d29..2f67c1f8 100644
--- a/rust/README.md
+++ b/rust/README.md
@@ -7,7 +7,7 @@ Rust implementation of fatcat API server. Commands include:
- `fatcat-export`: high-speed JSON export tool, which talks directly to the
database (instead of going through the API).
-The `fatcat-api-spec` crate is generated from the openapi/swagger spec and
+The `fatcat-openapi` crate is generated from the openapi/swagger spec and
contains Rust models, response types, and endpoint definitions (but not
implementations).