Update README.md

This commit is contained in:
Koper
2023-08-23 15:38:14 +07:00
parent 92cd950572
commit 56b554f85f

View File

@@ -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: To generate the TypeScript files from the openapi.json file, make sure the python server is running, then run:
``` ```bash
yarn openapi yarn openapi
``` ```