Merge pull request #90 from renmu123/master

fix typo
This commit is contained in:
木偶
2022-02-17 19:29:00 +08:00
committed by GitHub

View File

@@ -23,7 +23,7 @@
#### 示例
```js
rubcik.onPluginReady(({ code, type, payload }) => {
rubick.onPluginReady(({ code, type, payload }) => {
console.log('插件装配完成,已准备好')
})
/*