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
This commit is contained in:
Steve Martinelli 2014-07-31 00:53:36 -04:00
parent 81d11799c6
commit 75e8490e54

View File

@ -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