mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-01 20:13:43 +01:00
Merge pull request #1091 from CromFr/master
Typo on dump-swagger.py script path in readme
This commit is contained in:
commit
37eca87115
|
|
@ -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