summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-07-05 09:53:18 +0000
committerGerrit Code Review <review@openstack.org>2018-07-05 09:53:18 +0000
commita5569ddd6b967e7f05193fec81a825713c6ea315 (patch)
treef281c6d30b9fe980017d6c4617c2a93b4f002a5b /README.rst
parent6c2016d830850bb876f802636eabcf7279ed59e2 (diff)
parent7bacd5306233e7bb2e4462ce293ddb62d7fd55ff (diff)
downloadswift-a5569ddd6b967e7f05193fec81a825713c6ea315.tar.gz
Merge "Be consistent about capitalizing Swift in the README"
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 1e2dacd05..77c039cbd 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``.