Browse Source

Fixes typo

Ask Solem 12 years ago
parent
commit
fe6c3d8345
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/userguide/monitoring.rst

+ 1 - 1
docs/userguide/monitoring.rst

@@ -182,7 +182,7 @@ Usage
 
 Install Celery Flower: ::
 
-    $ pip flower
+    $ pip install flower
 
 Launch Celery Flower and open http://localhost:8008 in browser: ::