Skip to content

Commit 2a74329

Browse files
committed
added README
1 parent f8503be commit 2a74329

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ python setup.py install
1717
sudo pip install qencode
1818
````
1919

20-
####Usage
20+
##Usage
2121

2222
````
23-
from qencode import client
23+
import qencode
2424
25-
encode_obj = client.QencodeApiClient(API_KEY)
26-
task = encoder_obj.create_task()
25+
client = qencode.client(API_KEY)
26+
client.create()
27+
28+
task = client.create_task()
2729
task.start(TRANSCODING_PROFILEID, VIDO_URL)
2830
2931
````

0 commit comments

Comments
 (0)