Skip to content

Commit

Permalink
Fix typo in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonKChow committed Jul 4, 2018
1 parent 5ac81e3 commit d8e0943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ the generation of images is controlled by a Python script. Advanced users can
define a custom Python script for the generation of images, see
example_script.py for the essential methods. In order to use the 3DSPACE
stimulus generator, you must have
[Docker](https://www.docker.com/community-edition) installed and running.
[Docker](https://www.docker.com/community-edition) installed and running.

3DSPACE generator has the following command line arguments:
```
Expand Down Expand Up @@ -72,7 +72,7 @@ with each dimension stepping differently, using only four cores, with no
background. It will specifically use the container tagged `v1.0`.
```shell
docker run --rm -it -v /data/output:/output \
macklabuoft/3dspace:v1.0 --back_step 0.5 --nose_step 0.20 --back_step 1.0 \
macklabuoft/3dspace:v1.0 --back_step 0.5 --nose_step 0.20 --wings_step 1.0 \
--side --thread 4 --no_background --width 100 --height 100
```

Expand Down

0 comments on commit d8e0943

Please sign in to comment.