From d8d38f234563a3be0b23cc94df3a9453eacfdee8 Mon Sep 17 00:00:00 2001
From: Jeff Anderson <jeff@docker.com>
Date: Wed, 9 Dec 2015 10:17:39 -0700
Subject: [PATCH] Add the actual command in this example.

Signed-off-by: Jeff Anderson <jeff@docker.com>
---
 docs/userguide/networkingcontainers.md | 1 +
 1 file changed, 1 insertion(+)

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",