diff --git a/README.rst b/README.rst index c892df1c10..7c2ec90468 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