summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2014-07-31 00:53:36 -0400
committerSteve Martinelli <stevemar@ca.ibm.com>2014-07-31 00:53:36 -0400
commit75e8490e54bf442b36534ea9c8b53c203b6a9938 (patch)
tree3a1b2a97b880e770d281f1fc78fbd9b0e3d77121 /README.rst
parent81d11799c6fe6f09d0493755f2533d223ae13433 (diff)
downloadpython-openstackclient-75e8490e54bf442b36534ea9c8b53c203b6a9938.tar.gz
Cleanup README.rst
There are two harmless typos in the README.rst 'OpenStackclient' => 'OpenStack Client' 'python-*client' => the '*' is being interpreted as a link Change-Id: Ie813e220c3c150f46edb2c93f94e8bb78bdb0013 Closes-Bug: #1350518
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index c892df1c..7c2ec904 100644
--- a/README.rst
+++ b/README.rst
@@ -2,9 +2,9 @@
OpenStack Client
================
-OpenStackclient (aka ``python-openstackclient``) is a command-line client for
+OpenStack Client (aka ``python-openstackclient``) is a command-line client for
the OpenStack APIs.
-It is primarily a wrapper to the stock python-*client modules that implement the
+It is primarily a wrapper to the stock python-\*client modules that implement the
actual REST API client actions.
This is an implementation of the design goals shown in
@@ -15,13 +15,14 @@ operations in OpenStack. The master repository is on GitHub_.
.. _OpenStack Client Wiki: https://wiki.openstack.org/wiki/OpenStackClient
.. _GitHub: https://github.com/openstack/python-openstackclient
-OpenStackclient has a plugin mechanism to add support for API extensions.
+OpenStack Client has a plugin mechanism to add support for API extensions.
* `Release management`_
* `Blueprints and feature specifications`_
* `Issue tracking`_
* `PyPi`_
* `Developer Docs`_
+
.. _release management: https://launchpad.net/python-openstackclient
.. _Blueprints and feature specifications: https://blueprints.launchpad.net/python-openstackclient
.. _Issue tracking: https://bugs.launchpad.net/python-openstackclient
@@ -39,7 +40,7 @@ or output. We do not, however, expect any major changes at this point.
Getting Started
===============
-OpenStackclient can be installed from PyPI using pip::
+OpenStack Client can be installed from PyPI using pip::
pip install python-openstackclient