Skip to content

Commit d135794

Browse files
authored
Update README.md
1 parent 45f1cf8 commit d135794

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
@@ -162,6 +162,7 @@ is converted to a maze out of zeroes and ones, <br>
162162
the ones represent the not walkable terrain and the zeroes the walkable terrain by default. <br><br>
163163
All this settings could be adjusted in the __#define__ statements at the beginning of this package.<br><br>
164164
https://github.com/LukeProducts/AStar-Pathfinding-Cpp/blob/14c2a2b6773bd87094b09eae8189e36539831fc7/examples/prepare_maze.cpp#L7-L32
165+
<p align="right">
165166
```
166167
########## -----> 1111111111
167168
# # -----> 1000000001
@@ -179,7 +180,7 @@ this is because **AStar()** needs this 2-dimensional vector <br>
179180
to figure out wheather its a walkable or not walkable terrain. <br><br>
180181
**prepare_maze()** can handle a __vector<string>__ or a __vector<vector<char>>__ as param. <br>
181182

182-
183+
</p>
183184

184185

185186

0 commit comments

Comments
 (0)