Browse Source

Merge pull request #176 from torrentails/patch-1

Fixed the apt-get call for installing uWSGI
Peter Justin 9 years ago
parent
commit
f6a91419a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/installation.rst

+ 1 - 1
docs/installation.rst

@@ -234,7 +234,7 @@ This can be done with:
 
 
 ::
 ::
 
 
-    $ sudo apt-get install uwsgi uwsgi-plugins-python
+    $ sudo apt-get install uwsgi uwsgi-plugin-python
 
 
 For the configuration, you need to create a file in the
 For the configuration, you need to create a file in the
 ``/etc/uwsgi/apps-available`` directory. In this example, I will call the
 ``/etc/uwsgi/apps-available`` directory. In this example, I will call the