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 4f15c62 commit 100c529Copy full SHA for 100c529
README.md
@@ -1,8 +1,8 @@
1
-[js-collections-namedtuple](http://aureooms.github.io/js-collections-namedtuple)
+[@aureooms/js-collections-namedtuple](https://aureooms.github.io/js-collections-namedtuple)
2
==
3
4
Python's namedtuple 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
let Point = namedtuple( 'Point' , [ 'x' , 'y' ] ) ;
0 commit comments