Typo on dump-swagger.py script path in readme

This commit is contained in:
Crom (Thibaut CHARLES) 2017-12-09 00:20:34 +01:00
parent 4adeb0d6fe
commit eff9da89ea
No known key found for this signature in database
GPG key ID: 45A3D5F880B9E6D0

View file

@ -75,7 +75,7 @@ a Swagger specs, they must be combined into a single json file. This can be
done as follows::
source env/bin/activate
./dump-swagger.py
./scripts/dump-swagger.py
By default, ``dump-swagger`` will write to ``scripts/swagger/api-docs.json``.