summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Mendizabal <douglas.mendizabal@rackspace.com>2013-12-03 21:13:03 -0600
committerDouglas Mendizabal <douglas.mendizabal@rackspace.com>2013-12-03 21:16:15 -0600
commit8f878e3b5cf598d10909cd48cc93715f4438419b (patch)
treec244228e5e54fcc80a9ac99cb1118486e33a3c59
parent51fb5f874a4353da8bf0e9f1821c11cec6e45c08 (diff)
downloadpython-barbicanclient-8f878e3b5cf598d10909cd48cc93715f4438419b.tar.gz
Remove extra header (H2) in the readme
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 54539fc..31ba7cb 100644
--- a/README.md
+++ b/README.md
@@ -12,11 +12,12 @@ The client is [pip installable](https://pypi.python.org/pypi/python-barbicanclie
pip install python-barbicanclient
```
-## barbicanclient - Python API
+## barbicanclient - Python Library
The full api is [documented in the wiki](https://github.com/cloudkeep/python-barbicanclient/wiki/Client-Usage).
-## Python Library
-Store a secret in barbican using keystone for authentication:
+
+Here's an example of storing a secret in barbican using the python library
+with keystone authentication:
```python
>>> from barbicanclient.common import auth
>>> from barbicanclient import client