Skip to content

Commit d37aff5

Browse files
📚 docs(README): Make example usable.
1 parent 4b93c94 commit d37aff5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ together with
1111
[some of Python's built-in data structures](https://docs.python.org/3/library/stdtypes.html).
1212

1313
```js
14-
let {
14+
import {
1515
set , dict ,
1616
namedtuple ,
1717
deque ,
1818
defaultdict ,
1919
ordereddict ,
2020
counter ,
2121
chainmap
22-
} = collections ;
22+
} from '@aureooms/js-collections' ;
2323
```
2424

2525
[![License](https://img.shields.io/github/license/aureooms/js-collections.svg)](https://raw.githubusercontent.com/aureooms/js-collections/main/LICENSE)

0 commit comments

Comments
 (0)