Skip to content

Commit 20a258c

Browse files
committed
use 'out' instead of 'foo' for examples
1 parent b01ec9a commit 20a258c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Create a map from an image and run a path finding algorithm on it. Requires: `pi
77
You can run it with an input and output file like this:
88
```
99
cd examples/image-simple/
10-
python3 image_pathfinding.py -i map.png -o foo.png
10+
python3 image_pathfinding.py -i map.png -o out.png
1111
```
1212

1313
----
@@ -25,6 +25,6 @@ cd examples/image-weighted/
2525
python3 image_pathfinding.py -i map.png -o foo.png
2626
```
2727

28-
To add some randomization to the weights - you can use the `-r` flag: `python3 image_pathfinding.py -i map.png -o foo.png -r 0.5`
28+
To add some randomization to the weights - you can use the `-r` flag: `python3 image_pathfinding.py -i map.png -o out.png -r 0.5`
2929

3030
Note: The terrain-map was generated with OpenSimplex-noise via [this Python script](https://github.com/O-X-L/opensimplex).

0 commit comments

Comments
 (0)