Skip to content

Commit 610b079

Browse files
authored
Update README.md
1 parent 7f6aeb2 commit 610b079

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/pablogsal/a_star_algorithm.svg?branch=master)](https://travis-ci.org/pablogsal/a_star_algorithm)
44

5-
[![Coverage Status](https://coveralls.io/repos/pablogsal/a_star/badge.svg?branch=master&service=github)](https://coveralls.io/github/pablogsal/a_star?branch=master)
5+
[![Coverage Status](https://coveralls.io/repos/pablogsal/a_star_algorithm/badge.svg?branch=master&service=github)](https://coveralls.io/github/pablogsal/a_star_algorithm?branch=master)
66

77
# What is THIS?
88

@@ -18,7 +18,7 @@ This is different because I refactored all the logic in propositional layers. Th
1818

1919
# How can it be TESTED?
2020

21-
It comes with a `test_a_star.py` snippet to test the algorithm in a simple weighted maze ( with random weights ). If you run it you will obtain something like this:
21+
It comes with a `maze_solving_example.py` snippet to test the algorithm in a simple weighted maze ( with random weights ). If you run it you will obtain something like this:
2222

2323
<p align="center">
2424
<img src="./doc/sample.png">

0 commit comments

Comments
 (0)