Skip to content

Commit 1687423

Browse files
README > add image, improve text
1 parent 6673479 commit 1687423

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
[js-collections-deque](http://aureooms.github.io/js-collections-deque)
1+
[@aureooms/js-collections-deque](http://aureooms.github.io/js-collections-deque)
22
==
33

4-
Python's deque data structure for JavaScript. Parent is
5-
[js-data-structures](https://github.com/aureooms/js-data-structures).
4+
<img src="https://wallazee.global.ssl.fastly.net/images/variant/20130718-89a718ff85be19c11c3b23029d6df275c65dd9a127126bc96e1924b-1024.png" width="864">
5+
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).
69

710
```js
811
deque( 'abcde' , 3 ) ; // 'cde'

0 commit comments

Comments
 (0)