Skip to content

Commit 17aeb5f

Browse files
committed
README fixups for clarity
1 parent b409564 commit 17aeb5f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -217,18 +217,18 @@ The Public API will run on `$(docker-machine ip):8082`
217217
* 80 GB Disk space
218218

219219
Assuming you are using Docker Machine to provision your Docker
220-
environment, you can check you current settings with (ignore the
221-
second `Memory`):
220+
environment, you can check you current settings with the following
221+
(ignore the second `Memory`):
222222

223223
$ docker-machine inspect | grep 'CPU\|Memory\|DiskSize'
224224
"CPU": 4,
225225
"Memory": 6144,
226226
"DiskSize": 81920,
227227
"Memory": 0,
228228

229-
If your settings are _below_ these suggestions, you should create a new
230-
Docker VM. The following will create a _machine_ named `hmda-platform`
231-
with the appropriate resources:
229+
If your settings are below these suggestions, you should create a new
230+
Docker VM. The following will create a VM named `hmda-platform` with
231+
the appropriate resources:
232232

233233
$ docker-machine create \
234234
--driver virtualbox \

0 commit comments

Comments
 (0)