summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2018-07-04 23:06:10 -0700
committerTim Burke <tim.burke@gmail.com>2018-07-04 23:06:10 -0700
commit7bacd5306233e7bb2e4462ce293ddb62d7fd55ff (patch)
tree034a8765f8fc08732926231fd45207b8e5c36915 /README.rst
parentcb3692f8db4b2e2f94567658a2b9cb1ab8c0834a (diff)
downloadswift-7bacd5306233e7bb2e4462ce293ddb62d7fd55ff.tar.gz
Be consistent about capitalizing Swift in the README
Change-Id: If6441d61ee0cb11641c38d46763db6244e05e275
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index c66a9c453..7ebc1cb50 100644
--- a/README.rst
+++ b/README.rst
@@ -52,7 +52,7 @@ The best place to get started is the
`"SAIO - Swift All In One" <https://docs.openstack.org/swift/latest/development_saio.html>`__.
This document will walk you through setting up a development cluster of
Swift in a VM. The SAIO environment is ideal for running small-scale
-tests against swift and trying out new features and bug fixes.
+tests against Swift and trying out new features and bug fixes.
Tests
~~~~~
@@ -135,7 +135,7 @@ There is an `ops runbook <https://docs.openstack.org/swift/latest/ops_runbook/in
that gives information about how to diagnose and troubleshoot common issues
when running a Swift cluster.
-You can run functional tests against a swift cluster with
+You can run functional tests against a Swift cluster with
``.functests``. These functional tests require ``/etc/swift/test.conf``
to run. A sample config file can be found in this source tree in
``test/sample.conf``.