summaryrefslogtreecommitdiffstats
path: root/openapi
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-03-21 20:27:21 +0200
committerLauri Ojansivu <x@xet7.org>2019-03-21 20:27:21 +0200
commit2969161afbe60a1aa2e7da6cedc3ab48941faf3e (patch)
treeff882416a8577cb94fec575d5a79d3a9d639e40c /openapi
parenta6213d4a6f06d91ac63678ead73a6e3d7028adef (diff)
downloadwekan-2969161afbe60a1aa2e7da6cedc3ab48941faf3e.tar.gz
wekan-2969161afbe60a1aa2e7da6cedc3ab48941faf3e.tar.bz2
wekan-2969161afbe60a1aa2e7da6cedc3ab48941faf3e.zip
- More whitelabeling.
Thanks to xet7 !
Diffstat (limited to 'openapi')
-rw-r--r--openapi/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/openapi/README.md b/openapi/README.md
index c353ffd4..e3fb7fd9 100644
--- a/openapi/README.md
+++ b/openapi/README.md
@@ -20,7 +20,7 @@ Now that we have the OpenAPI, it's easy enough to convert the YAML file into som
[shins](https://github.com/Mermade/shins) and [api2html](https://github.com/tobilg/api2html),
or even [ReDoc](https://github.com/Rebilly/ReDoc):
- api2html -c ../public/wekan-logo-header.png -o api.html ../public/wekan_api.yml
+ api2html -c ../public/logo-header.png -o api.html ../public/wekan_api.yml
or