diff --git a/www/README.md b/www/README.md index c92df561..03764cd4 100644 --- a/www/README.md +++ b/www/README.md @@ -78,7 +78,7 @@ This data is then returned from the `useWebRTC` hook and can be used in your com To generate the TypeScript files from the openapi.json file, make sure the python server is running, then run: -``` +```bash yarn openapi ```