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 edeaaa3 + c3f9a4d commit 0174472Copy full SHA for 0174472
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