We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3395354 commit b838e0cCopy full SHA for b838e0c
README.md
@@ -1,8 +1,8 @@
1
-[js-collections-ordereddict](http://aureooms.github.io/js-collections-ordereddict)
+[@aureooms/js-collections-ordereddict](https://aureooms.github.io/js-collections-ordereddict)
2
==
3
4
Python's ordereddict 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
[ ...ordereddict.fromkeys( "cab" ).keys( ) ] ; // [ "c" , "a" , "b" ]
0 commit comments