diff --git a/README.md b/README.md index 30247d1..09282fa 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ yarn add rsuite pixel-streaming * [CodeSandBox](https://codesandbox.io/s/pixel-streaming-react-xldl33) * [Sample with Nextjs](https://github.com/markolofsen/metaeditor/blob/main/INSTALLATION.md) * [Online Player](https://player.metaeditor.io) -* [Download Signaling Server](https://github.com/markolofsen/metaeditor/releases/tag/signaling-server) +* [Download Signalling Server](https://github.com/markolofsen/metaeditor/releases/tag/signaling-server) ## Usage ```typescript diff --git a/src/pages/player.tsx b/src/pages/player.tsx index d9934cf..296a477 100644 --- a/src/pages/player.tsx +++ b/src/pages/player.tsx @@ -31,7 +31,7 @@ export default function Page() { const psHost = router.query.ss if (psHost) { - newCfg.psHost = psHost + newCfg.psHost = psHost as string } // alert(JSON.stringify(mergedConfig, null, 2))