Skip to content

Commit 500fa26

Browse files
committed
Fixed some erratum in the README
1 parent 266d811 commit 500fa26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A Pythonic implementation of the famous A* algorithm.
44

55
# Why ANOTHER implementation
66

7-
Because coding is awesome! Also because I really dislike the mess that the usual implementations creates. The A* algorithm is simple and beautiful and so must be its implementation.
7+
Because coding is awesome! Also because I really dislike the mess that the usual implementations create. The A* algorithm is simple and beautiful and so must be its implementation.
88

99
# How is THIS diferent?
1010

0 commit comments

Comments
 (0)