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 6673479 commit 1687423Copy full SHA for 1687423
README.md
@@ -1,8 +1,11 @@
1
-[js-collections-deque](http://aureooms.github.io/js-collections-deque)
+[@aureooms/js-collections-deque](http://aureooms.github.io/js-collections-deque)
2
==
3
4
-Python's deque data structure for JavaScript. Parent is
5
-[js-data-structures](https://github.com/aureooms/js-data-structures).
+<img src="https://wallazee.global.ssl.fastly.net/images/variant/20130718-89a718ff85be19c11c3b23029d6df275c65dd9a127126bc96e1924b-1024.png" width="864">
+
6
+Python's deque data structure for JavaScript.
7
+See [docs](http://aureooms.github.io/js-collections-deque).
8
+Parent is [@aureooms/js-data-structures](https://github.com/aureooms/js-data-structures).
9
10
```js
11
deque( 'abcde' , 3 ) ; // 'cde'
0 commit comments