Skip to content

Commit dac24fe

Browse files
chore: lint fixes
1 parent b30eb89 commit dac24fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ https://github.com/ScottLogic/openapi-forge
1010

1111
To run this generator, you also need to have [OpenAPI Forge] installed, or the repository checked out. Assuming you have it installed as a global module, you can run this generator as follows:
1212

13-
~~~
13+
```
1414
$ openapi-forge forge
1515
\ https://petstore3.swagger.io/api/v3/openapi.json
1616
\ .
1717
\ -o api
18-
~~~
18+
```
1919

2020
This generates an API from the Pet Store swagger definition, using the generator within the current folder (`.`), outputting the results to the `api` folder.
2121

0 commit comments

Comments
 (0)