Skip to content

Commit ab54eb5

Browse files
committed
Readme update
1 parent cde3d01 commit ab54eb5

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,17 @@ sudo pip install pycrypto
1717
Installation
1818
------------
1919
Clone the client library from github for installation:
20+
2021
git clone https://github.com/VirdocsSoftware/redshelf-api-client.git
2122

2223
Basic Usage
2324
------------
2425
Import and instance the client object:
2526

26-
from client import ClientV1
27-
c = ClientV1()
28-
29-
Supply your authentication information:
30-
31-
c.set_user('0d72df20f23558620646fb3ea030f5')
32-
c.load_key('/path/to/private/key.key')
27+
from client import ClientV1
28+
c = ClientV1()
29+
c.set_user('0d72df20f23558620646fb3ea030f5')
30+
c.load_key('/path/to/private/key.key')
3331

3432
API Documentation
3533
------------

0 commit comments

Comments
 (0)