Skip to content

Commit ce64e12

Browse files
committed
Added Trace finder in README
1 parent 845b185 commit ce64e12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ var matrix = [
7272
var grid = new PF.Grid(5, 3, matrix);
7373
```
7474

75-
Currently there are 10 path-finders bundled in this library, namely:
75+
Currently there are 11 path-finders bundled in this library, namely:
7676

7777
* `AStarFinder` *
7878
* `BreadthFirstFinder` *
@@ -84,6 +84,7 @@ Currently there are 10 path-finders bundled in this library, namely:
8484
* `BiBreadthFirstFinder` *
8585
* `JumpPointFinder` *
8686
* `OrthogonalJumpPointFinder` *
87+
* `Trace` *
8788

8889
The suffix `Bi` for the last four finders in the above list stands for the bi-directional searching strategy.
8990

0 commit comments

Comments
 (0)