Skip to content

Commit 49946e6

Browse files
authored
fix link to openapi-generator in README
1 parent e6a922e commit 49946e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ $project = $version->getProject();
232232
```
233233

234234
## Updating the generated code
235-
Update the generated code by installing the (openapi generator)[https://openapi-generator.tech/docs/installation] and running:
235+
Update the generated code by installing the [openapi generator](https://openapi-generator.tech/docs/installation) and running:
236236
```bash
237237
openapi-generator-cli generate -c config.yaml
238238
```
@@ -252,4 +252,4 @@ Integration tests perform real requests against the live SpigotMC API.
252252
Run only integration tests:
253253
```bash
254254
vendor/bin/phpunit --testsuite=integration --testdox
255-
```
255+
```

0 commit comments

Comments
 (0)