Skip to content

Commit

Permalink
Merge pull request #460 from kenrose/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
igorantun authored Sep 20, 2016
2 parents bcf4761 + f231fbf commit d6ecdef
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 @@ -83,7 +83,7 @@ The game will then be accessible at `http://localhost:3000` or the respective se
If you have [Docker](https://www.docker.com/) installed, after cloning the repository you can run the following commands to start the server and make it acessible at `http://localhost:3000`:

```
docker built -t agarioclone_agar .
docker build -t agarioclone_agar .
docker run -it -p 3000:3000 agarioclone_agar
```

Expand Down

0 comments on commit d6ecdef

Please sign in to comment.