diff --git a/README.md b/README.md index 07bcbe6..d3622ba 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ See a demo at http://www.briangrinstead.com/files/astar/ +This project is also available to install via npm: `npm install javascript-astar` + ## Sample Usage If you want just the A* search code (not the demo visualization), use code like this http://gist.github.com/581352