Fix typo in README.md

This commit is contained in:
BastianHofmann
2015-09-30 16:57:47 +02:00
parent cad557016a
commit 5590b5c417
+1 -1
View File
@@ -34,7 +34,7 @@ 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).