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 8778476 commit b5cc7f8Copy full SHA for b5cc7f8
README.md
@@ -25,7 +25,7 @@ pnpm add json-to-jsdoc
25
## 🚀 Usage
26
27
```javascript
28
-import { jsonToJSDoc } from '@shiloh/json-to-jsdoc';
+import { jsonToJSDoc } from 'json-to-jsdoc';
29
30
const jsonStr = JSON.stringify({
31
id: 1,
0 commit comments