Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalandy committed Mar 23, 2016
1 parent 6301bd6 commit 6af8def
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 @@ -128,7 +128,7 @@ export http_proxy=http://172.17.42.1:3128
export https_proxy=http://172.17.42.1:3128
```

To use Squid in you Docker containers add the following line to your `Dockerfile`.
To use Squid in your Docker containers add the following line to your `Dockerfile`.

```dockerfile
ENV http_proxy=http://172.17.42.1:3128 \
Expand Down

0 comments on commit 6af8def

Please sign in to comment.