We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c68306 commit 13160d9Copy full SHA for 13160d9
1 file changed
README.md
@@ -83,7 +83,7 @@ var matrix = [
83
[1, 0, 0, 0, 1],
84
[0, 0, 1, 0, 0],
85
];
86
-var grid = new PF.Grid(5, 3, matrix);
+var grid = new PF.Grid(matrix);
87
```
88
89
Currently there are 10 path-finders bundled in this library, namely:
0 commit comments