Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Siecje committed Sep 27, 2017
1 parent 7273c98 commit 2880064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This will resolve both `one.localhost` and `two.localhost` to `localhost`.

```shell
echo "127.0.0.1 one.localhost" | sudo tee -a /etc/hosts
echo "127.0.0.1 one.localhost" | sudo tee -a /etc/hosts
echo "127.0.0.1 two.localhost" | sudo tee -a /etc/hosts
```

### Create self signed certificate
Expand Down

0 comments on commit 2880064

Please sign in to comment.