Skip to content

Commit

Permalink
Merge pull request #20 from pnuz3n/master
Browse files Browse the repository at this point in the history
Fixed typos in README.md
  • Loading branch information
alexec committed Aug 19, 2014
2 parents 1dc7c78 + 1e542c1 commit cadf404
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 @@ -65,7 +65,7 @@ Add the following to the `pom.xml` plugins section.
<artifactId>docker-maven-plugin</artifactId>
<configuration>
<!-- your installed version -->
<version>1.9<version>
<version>1.9</version>
<!-- used for push -->
<username>alexec</username>
<email>alex.e.c@gmail.com</email>
Expand All @@ -74,7 +74,7 @@ Add the following to the `pom.xml` plugins section.
<!-- do/do not cache images (default true), disable to get the freshest images -->
<cache>true</cache>
<!-- change here if you are using another port/host, e.g. 4243 -->
<host>http://localhost:2375</hoste>
<host>http://localhost:2375</host>
</configuration>
</plugin>
```
Expand Down

0 comments on commit cadf404

Please sign in to comment.