Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
auspham committed Jul 13, 2020
1 parent 9ea22d1 commit edd354b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ const settings = {
[0, 1, 0, 0],
[0, 1, 1, 1],
[0, 0, 0, 1],

],
obstacles: [1,3], // Obstacle tiles
diagonal: true, // Move diagonally, default false
Expand Down
3 changes: 1 addition & 2 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h1 class="title is-1 is-spaced">Byakugan-js</h1>
<div class="control">
<div class="tags has-addons">
<span class="tag is-dark"><a href="https://www.npmjs.com/package/byakugan-js" class="has-text-white" target="_blank">npm</a></span>
<span class="tag is-success" id="version">0.1.0</span>
<span class="tag is-success" id="version">0.1.1</span>
</div>
</div>
</div>
Expand Down Expand Up @@ -151,7 +151,6 @@ <h2 class="title is-spaced"> Quick start </h2>
[0, 0, 0, 0],
[0, 0, 1, 0],
[1, 0, 0, 0],

],
all: true,
diagonal: false,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "byakugan-js",
"version": "0.1.0",
"version": "0.1.1",
"description": "A simple implementation of A* Pathfinding algorithm for sensory type ninjas.",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit edd354b

Please sign in to comment.