From 8f878e3b5cf598d10909cd48cc93715f4438419b Mon Sep 17 00:00:00 2001 From: Douglas Mendizabal Date: Tue, 3 Dec 2013 21:13:03 -0600 Subject: [PATCH] Remove extra header (H2) in the readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 54539fc6..31ba7cbd 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