Skip to content

Commit 300f51e

Browse files
authored
Update README.md
1 parent fc3a65e commit 300f51e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ It extends _subscript_ with:
6464
<!-- + strings interpolation -->
6565

6666
```js
67-
import jstin from './justin.js'
67+
import jstin from 'subscript/justin'
6868

6969
let xy = jstin('{ x: 1, "y": 2+2 }["x"]')
7070
xy() // 1

0 commit comments

Comments
 (0)