Skip to content

Commit f676163

Browse files
committed
Merge branch 'master' into release/v4.0.0
* master: Give hosts entry each their own line (#586)
2 parents 77b6d58 + 667fe00 commit f676163

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,9 @@ Edit your `/etc/hosts` file, and append:
324324

325325
```
326326
# Used for unit testing solid
327-
127.0.0.1 nic.localhost, tim.localhost, nicola.localhost
327+
127.0.0.1 nic.localhost
328+
127.0.0.1 tim.localhost
329+
127.0.0.1 nicola.localhost
328330
```
329331

330332
#### Running the Unit Tests

0 commit comments

Comments
 (0)