We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc79a9 commit 1054738Copy full SHA for 1054738
README.md
@@ -1,8 +1,8 @@
1
-[js-collections-defaultdict](http://aureooms.github.io/js-collections-defaultdict)
+[@aureooms/js-collections-defaultdict](https://aureooms.github.io/js-collections-defaultdict)
2
==
3
4
Python's defaultdict data structure for JavaScript. Parent is
5
-[js-collections](https://github.com/aureooms/js-collections).
+[@aureooms/js-collections](https://github.com/aureooms/js-collections).
6
7
```js
8
defaultdict( ( ) => 0 ).get( 'x' ) ; // 0
0 commit comments