We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc3a65e commit 300f51eCopy full SHA for 300f51e
1 file changed
README.md
@@ -64,7 +64,7 @@ It extends _subscript_ with:
64
<!-- + strings interpolation -->
65
66
```js
67
-import jstin from './justin.js'
+import jstin from 'subscript/justin'
68
69
let xy = jstin('{ x: 1, "y": 2+2 }["x"]')
70
xy() // 1
0 commit comments