Reijhanniel Jearl Campos 83a0f7d65b
Fix incorrect npx command (#6537)
The current `npx ` command says to use:

```
npx openapi-generator generate -i petstore.yaml -g ruby -o /tmp/test/
```

This however, pulls a similarly-named but different project: [zhang740/openapi-generator](https://www.npmjs.com/package/openapi-generator).

This commit fixes this, by using the appropriate package `@openapitools/openapi-generator-cli`
2020-06-04 20:24:51 +08:00
..
2020-03-11 01:11:47 +08:00
2020-05-31 23:03:12 +08:00
2020-02-11 21:22:58 +08:00
2020-05-31 23:03:12 +08:00
2020-02-11 21:22:58 +08:00
2018-06-20 00:29:17 -04:00
2020-05-31 19:14:31 +08:00