X Tutup
Skip to content

Commit 41e2768

Browse files
committed
Merge pull request #67 from albers/readme-typo
typo in README.md
2 parents b8f9874 + eeec330 commit 41e2768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ listening on TCP port. To allow Docker server to use TCP add the following line
2626

2727
DOCKER_OPTS="-H tcp://127.0.0.1:2375 -H unix:///var/run/docker.sock"
2828

29-
More details setting up docket server can be found in official documentation: http://docs.docker.io/en/latest/use/basics/
29+
More details setting up Docker server can be found in official documentation: http://docs.docker.io/en/latest/use/basics/
3030

3131
Now make sure that docker is up:
3232

0 commit comments

Comments
 (0)
X Tutup