Explorar o código

Merge pull request #351 from BastianHofmann/patch-1

Fix typo in README.md
yosifkit %!s(int64=10) %!d(string=hai) anos
pai
achega
0dec614373
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      memcached/content.md

+ 1 - 1
memcached/content.md

@@ -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).