Skip to content

Commit b838e0c

Browse files
📚 docs(README): Fix links.
1 parent 3395354 commit b838e0c

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
@@ -1,8 +1,8 @@
1-
[js-collections-ordereddict](http://aureooms.github.io/js-collections-ordereddict)
1+
[@aureooms/js-collections-ordereddict](https://aureooms.github.io/js-collections-ordereddict)
22
==
33

44
Python's ordereddict 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
[ ...ordereddict.fromkeys( "cab" ).keys( ) ] ; // [ "c" , "a" , "b" ]

0 commit comments

Comments
 (0)