mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-24 09:58:38 +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::
|
||||
|
||||
source env/bin/activate
|
||||
./dump-swagger.py
|
||||
./scripts/dump-swagger.py
|
||||
|
||||
By default, ``dump-swagger`` will write to ``scripts/swagger/api-docs.json``.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue