Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mark committed Mar 9, 2023
1 parent 0a11637 commit e6ff916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/pages/player.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit e6ff916

Please sign in to comment.