Skip to content

Commit 94c64dc

Browse files
author
bunsenstraat
authored
Merge branch 'master' into newbranch
2 parents 3981713 + 0174472 commit 94c64dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin/webview/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ client.onload(async () => {
1818
If you need to expose an API to other plugin you need to extends the class:
1919
```typescript
2020
import { createClient } from '@remixproject/plugin-webview'
21-
import { PluginClient } from '@rexmixproject/plugin'
21+
import { PluginClient } from '@remixproject/plugin'
2222

2323
class MyPlugin extends PluginClient {
2424
methods = ['hello']

0 commit comments

Comments
 (0)