From 6cbfd7b7957e3c0ea6aa9d74c007e81255d53cd4 Mon Sep 17 00:00:00 2001 From: Harisankar Babu <58052269+harisankar95@users.noreply.github.com> Date: Fri, 1 Mar 2024 17:38:57 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d3a364..de5d345 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Pathfinding algorithms in 3D for python3 born from the fork of [python-pathfindi Pathfinding3D is a comprehensive library designed for 3D pathfinding applications. -Currently there are 7 path-finders bundled in this library, namely: +Currently there are 8 path-finders bundled in this library, namely: - A\*: Versatile and most widely used algorithm. - Dijkstra: A\* without heuristic.