Merge pull request #351 from BastianHofmann/patch-1

Fix typo in README.md
This commit is contained in:
yosifkit 2015-09-30 10:38:19 -07:00
commit 0dec614373
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@ How to set the memory usage for memcached
$ docker run --name my-memcache -d memcached memcached -m 64
```
This would set the memcache server to use use 64 megabytes for storage.
This would set the memcache server to use 64 megabytes for storage.
For infomation on configuring your memcached server, see the extensive [wiki](https://code.google.com/p/memcached/wiki/NewStart).