Skip to content

Commit

Permalink
📚 docs(README): Fix links.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Apr 28, 2020
1 parent abc79a9 commit 1054738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[js-collections-defaultdict](http://aureooms.github.io/js-collections-defaultdict)
[@aureooms/js-collections-defaultdict](https://aureooms.github.io/js-collections-defaultdict)
==

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

```js
defaultdict( ( ) => 0 ).get( 'x' ) ; // 0
Expand Down

0 comments on commit 1054738

Please sign in to comment.