Skip to content

Commit

Permalink
Merge pull request #77 from kaato137/master
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
stevespringett authored Nov 9, 2017
2 parents cd8c2f6 + 96fff14 commit 80f114a
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 @@ -92,7 +92,7 @@ Begin by first compiling the software, then by executing Docker-specific command
```shell
mvn clean package -P embedded-jetty
docker build -f src/main/docker/Dockerfile -t dependency-track .
docker run -p 8080:8080 -t hakbot
docker run -p 8080:8080 -t dependency-track
```


Expand Down

0 comments on commit 80f114a

Please sign in to comment.