diff --git a/docs/userguide/networkingcontainers.md b/docs/userguide/networkingcontainers.md
index 5f182b5b75..8cda101045 100644
--- a/docs/userguide/networkingcontainers.md
+++ b/docs/userguide/networkingcontainers.md
@@ -92,6 +92,7 @@ The network named `bridge` is a special network. Unless you tell it otherwise, D
 Inspecting the network is an easy way to find out the container's IP address.
 
 ```bash
+$ docker network inspect bridge
 [
     {
         "Name": "bridge",