aboutsummaryrefslogtreecommitdiffstats
path: root/python/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'python/README.md')
-rw-r--r--python/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/README.md b/python/README.md
index 783ed966..dc6ca415 100644
--- a/python/README.md
+++ b/python/README.md
@@ -3,7 +3,7 @@
This directory contains python code for the fatcat project: a web interface
(`fatcat_web`) and a series of utilities and worker processes (`fatcat_tools`).
-These depend on the API client library (`fatcat_client`, see below).
+These depend on the API client library (`fatcat_openapi_client`, see below).
Most of this code is an "application" which is tightly interwoven and intended
to be run from this directory, but the client library is distributed on
@@ -23,7 +23,7 @@ versions had a bug which caused problems with our local path dependency.
## API Client Library
The auto-generated python client library for the fatcat API lives under
-`../fatcat_client`. It includes entity model objects and functions to call all
+`../fatcat_openapi_client`. It includes entity model objects and functions to call all
API endpoints; see the `README.md` for details.
To re-generate swagger-codegen python client library (requires docker installed