Skip to content

Commit

Permalink
Merge pull request #43 from joeyparrish/patch-1
Browse files Browse the repository at this point in the history
docs: Fix launch args for custom cores
  • Loading branch information
arianrhodsandlot authored Oct 15, 2024
2 parents d52b5a9 + 99b0145 commit 4679f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/apis/launch.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const nostalgist = await Nostalgist.launch({
```js
await Nostalgist.launch({
core: {
core: 'https://example.com/cores/snes9x.js',
js: 'https://example.com/cores/snes9x.js',
name: 'snes9x',
wasm: 'https://example.com/cores/snes9x.wasm',
},
Expand Down

0 comments on commit 4679f12

Please sign in to comment.