From b50d8610aa3dead8a02fb70ffe3291815e5b90a9 Mon Sep 17 00:00:00 2001 From: Mike Date: Sun, 11 Nov 2018 19:17:47 +0100 Subject: [PATCH] Add NPM instructions to readme It wasn't obvious to me that this project was available via NPM until I started poking through the GitHub issues. Might be helpful to note that in the README! --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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