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.
1 parent 403f55c commit d37c43bCopy full SHA for d37c43b
src/guide/index.md
@@ -45,9 +45,9 @@ $ bun add rsshub
45
### Usage
46
47
```js
48
-import RSSHub from 'rsshub';
+import * as RSSHub from 'rsshub';
49
50
-RSSHub.init({
+await RSSHub.init({
51
// config
52
});
53
src/zh/guide/index.md
### 使用
0 commit comments