Skip to content

Commit 17b1800

Browse files
Update README.md
1 parent afbef79 commit 17b1800

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
![easystar.js logo](http://easystar.nodejitsu.com/assets/logo.png)
1+
![easystar.js logo](http://s3.amazonaws.com/easystar/logo.png)
22

33
#### HTML5/Javascript Pathfinding Library #####
44

55
*Find the minified file in the __/bin__ folder.*
66

7-
[Click here for a demonstration](http://easystar.nodejitsu.com)
7+
[Click here for a demonstration](http://easystarjs.com)
88

99
## Description
1010
easystar.js is an asynchronous A* pathfinding API written in Javascript for use in your HTML5 games and interactive projects. The goal of this project is to make it easy and fast to implement performance conscious pathfinding.
1111

1212
## Features
1313

14-
* Simple API.
15-
* Small. ~5kb.
16-
* Calculates asynchronously. You can set the number of caculations to perform per frame/setInterval/ticker.
14+
* Calculates asynchronously for better overall performance
15+
* Simple API
16+
* Small. ~5kb
17+
* Use it with any existing Javascript Framework
1718

1819
## API
1920

0 commit comments

Comments
 (0)