summaryrefslogtreecommitdiff
path: root/docs/intro/install.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/intro/install.txt')
-rw-r--r--docs/intro/install.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/intro/install.txt b/docs/intro/install.txt
index d1ac700372..dc8399d933 100644
--- a/docs/intro/install.txt
+++ b/docs/intro/install.txt
@@ -4,8 +4,8 @@ Quick install guide
Before you can use Django, you'll need to get it installed. We have a
:doc:`complete installation guide </topics/install>` that covers all the
-possibilities; this guide will guide you to a simple, minimal installation
-that'll work while you walk through the introduction.
+possibilities; this guide will guide you to a minimal installation that'll work
+while you walk through the introduction.
Install Python
==============
@@ -37,7 +37,7 @@ the :ref:`database installation information <database-installation>`.
Install Django
==============
-You've got three easy options to install Django:
+You've got three options to install Django:
* :ref:`Install an official release <installing-official-release>`. This
is the best approach for most users.