From 29fca4946b10937a605b71c90ebe5585bca3daea Mon Sep 17 00:00:00 2001
From: Aymeric Augustin
Date: Sat, 30 Nov 2013 13:41:21 +0100
Subject: Small documentation improvements.
---
 docs/changes.rst      | 4 ++--
 docs/installation.rst | 5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/docs/changes.rst b/docs/changes.rst
index 3172270..4c3012a 100644
--- a/docs/changes.rst
+++ b/docs/changes.rst
@@ -7,8 +7,8 @@ Change log
 This is the first stable version of the Debug Toolbar!
 
 It includes many new features and performance improvements as well a few
-backwards-incompatible changes to make the toolbar easier to use, extend and
-maintain in the future.
+backwards-incompatible changes to make the toolbar easier to deploy, use,
+extend and maintain in the future.
 
 You're strongly encouraged to review the installation and configuration docs
 and redo the setup in your projects.
diff --git a/docs/installation.rst b/docs/installation.rst
index 921cfe8..b75f9ad 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -21,7 +21,8 @@ instead with the following command::
 Quick setup
 -----------
 
-Make sure that ``'django.contrib.staticfiles'`` is set up properly and add
+Make sure that ``'django.contrib.staticfiles'`` is `set up properly
+`_ and add
 ``'debug_toolbar'`` to your ``INSTALLED_APPS`` setting::
 
     INSTALLED_APPS = (
@@ -36,7 +37,7 @@ Make sure that ``'django.contrib.staticfiles'`` is set up properly and add
 For a simple Django project, that's all you need!
 
 The Debug Toolbar will automatically adjust a few settings when you start the
-development server. This happens only when the ``DEBUG`` setting is ``True``.
+development server, provided the ``DEBUG`` setting is ``True``.
 
 If you're upgrading from a previous version, you should review the
 :doc:`change log ` and look for specific upgrade instructions.
-- 
cgit v1.2.3