We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3981713 + 0174472 commit 94c64dcCopy full SHA for 94c64dc
packages/plugin/webview/README.md
@@ -18,7 +18,7 @@ client.onload(async () => {
18
If you need to expose an API to other plugin you need to extends the class:
19
```typescript
20
import { createClient } from '@remixproject/plugin-webview'
21
-import { PluginClient } from '@rexmixproject/plugin'
+import { PluginClient } from '@remixproject/plugin'
22
23
class MyPlugin extends PluginClient {
24
methods = ['hello']
0 commit comments