Skip to content

Commit e49923c

Browse files
committed
Update package json.
1 parent c24e47d commit e49923c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ npm test -- -t 'playground'
179179

180180
Order of growth of algorithms specified in Big O notation.
181181

182-
![Big O graphs](https://github.com/trekhleb/javascript-algorithms/blob/master/assets/big-o-graph.png)
182+
![Big O graphs](https://github.com/trekhleb/javascript-algorithms/blob/master/assets/big-o-graph.png?raw=true)
183183

184184
Source: [Big O Cheat Sheet](http://bigocheatsheet.com/).
185185

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "javascript-algorithms-and-data-structures",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Algorithms and data-structures implemented on JavaScript",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)