Skip to content

Commit a036acc

Browse files
committed
Fix typo in docker readme
1 parent 5bbeb6a commit a036acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ Note that UV-CDAT probably won't build with the standard VM setup by `boot2docke
4949
may need to increase the memory and disk size when initializing. For example, to create a VM with 4 GB of RAM and
5050
50 GB of disk space:
5151
```
52-
boot2docker --memory=4096 -disksize=50000
52+
boot2docker --memory=4096 --disksize=50000
5353
```

0 commit comments

Comments
 (0)