diff --git a/README.md b/README.md index d7a2ff76..e894debb 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ npm test -- -t 'playground' Order of growth of algorithms specified in Big O notation. -![Big O graphs](https://github.com/trekhleb/javascript-algorithms/blob/master/assets/big-o-graph.png) +![Big O graphs](https://github.com/trekhleb/javascript-algorithms/blob/master/assets/big-o-graph.png?raw=true) Source: [Big O Cheat Sheet](http://bigocheatsheet.com/). diff --git a/package.json b/package.json index 9d1069aa..f4c81a72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "javascript-algorithms-and-data-structures", - "version": "0.0.1", + "version": "0.0.2", "description": "Algorithms and data-structures implemented on JavaScript", "main": "index.js", "scripts": {