We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a922e commit 49946e6Copy full SHA for 49946e6
README.md
@@ -232,7 +232,7 @@ $project = $version->getProject();
232
```
233
234
## Updating the generated code
235
-Update the generated code by installing the (openapi generator)[https://openapi-generator.tech/docs/installation] and running:
+Update the generated code by installing the [openapi generator](https://openapi-generator.tech/docs/installation) and running:
236
```bash
237
openapi-generator-cli generate -c config.yaml
238
@@ -252,4 +252,4 @@ Integration tests perform real requests against the live SpigotMC API.
252
Run only integration tests:
253
254
vendor/bin/phpunit --testsuite=integration --testdox
255
-```
+```
0 commit comments