diff --git a/README.md b/README.md index 0012d55..6f665f0 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,4 @@ This memcached recipe for [ddev](https://ddev.readthedocs.io) installs a [`.ddev * The Memcached instance will listen on TCP port 11211 (the Memcached default). * Configure your application to access Memcached on the host:port `memcached:11211`. -* To reach the Memcached admin interface, run ddev ssh to connect to the web container, then use nc or telnet to connect to the Memcached container on port 11211, i.e. nc memcached 11211. You can then run commands such as `stats` to see usage information. +* To reach the Memcached admin interface, run ddev ssh to connect to the web container, then use nc or telnet to connect to the Memcached container on port 11211, i.e. nc memcached 11211. You can then run commands such as `stats` to see usage information. See [cheatsheet](https://lzone.de/cheat-sheet/memcached) for more commands.