Skip to content

Commit 1054738

Browse files
📚 docs(README): Fix links.
1 parent abc79a9 commit 1054738

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[js-collections-defaultdict](http://aureooms.github.io/js-collections-defaultdict)
1+
[@aureooms/js-collections-defaultdict](https://aureooms.github.io/js-collections-defaultdict)
22
==
33

44
Python's defaultdict data structure for JavaScript. Parent is
5-
[js-collections](https://github.com/aureooms/js-collections).
5+
[@aureooms/js-collections](https://github.com/aureooms/js-collections).
66

77
```js
88
defaultdict( ( ) => 0 ).get( 'x' ) ; // 0

0 commit comments

Comments
 (0)