mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-12 09:03:43 +01:00
Typo on dump-swagger.py script path in readme
This commit is contained in:
parent
4adeb0d6fe
commit
eff9da89ea
|
|
@ -75,7 +75,7 @@ a Swagger specs, they must be combined into a single json file. This can be
|
||||||
done as follows::
|
done as follows::
|
||||||
|
|
||||||
source env/bin/activate
|
source env/bin/activate
|
||||||
./dump-swagger.py
|
./scripts/dump-swagger.py
|
||||||
|
|
||||||
By default, ``dump-swagger`` will write to ``scripts/swagger/api-docs.json``.
|
By default, ``dump-swagger`` will write to ``scripts/swagger/api-docs.json``.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue