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 3395354 commit b838e0c
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-ordereddict](http://aureooms.github.io/js-collections-ordereddict)
[@aureooms/js-collections-ordereddict](https://aureooms.github.io/js-collections-ordereddict)
==

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

```js
[ ...ordereddict.fromkeys( "cab" ).keys( ) ] ; // [ "c" , "a" , "b" ]
Expand Down

0 comments on commit b838e0c

Please sign in to comment.