Browse Source

Run update.sh

Docker Library Bot 10 năm trước cách đây
mục cha
commit
a0b9a035ab
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      memcached/README.md

+ 1 - 1
memcached/README.md

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