aboutsummaryrefslogtreecommitdiffstats
path: root/python/README.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-11-13 12:28:20 -0800
committerBryan Newbold <bnewbold@robocracy.org>2018-11-13 12:28:20 -0800
commit2888327e9edca05d50bc6d71bf68166ee0fabcfe (patch)
tree9d7da3c09a4fa52af197fc6786e8f37659e45d90 /python/README.md
parent7d17e7cac4fee2661fec6474a8aade3b38ef5448 (diff)
downloadfatcat-2888327e9edca05d50bc6d71bf68166ee0fabcfe.tar.gz
fatcat-2888327e9edca05d50bc6d71bf68166ee0fabcfe.zip
more python client library tomfoolery
Diffstat (limited to 'python/README.md')
-rw-r--r--python/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/README.md b/python/README.md
index 9ba6b990..8f252512 100644
--- a/python/README.md
+++ b/python/README.md
@@ -17,7 +17,7 @@ server on the same machine by default), use:
An auto-generated python client library for the fatcat API lives under
`./fatcat_client`. It includes entity model objects and functions to call all
-API endpoints; see `./README_codegen.md` for details.
+API endpoints; see `./README_client.md` for details.
To re-generate swagger-codegen python client library (requires docker installed
locally):