Skip to content

Commit 0174472

Browse files
author
bunsenstraat
authored
Merge pull request #389 from dzarezenko/master
Package path fix
2 parents edeaaa3 + c3f9a4d commit 0174472

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)