Skip to content

Commit 7868b65

Browse files
committed
updated to 0.1.3
1 parent fd71281 commit 7868b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ It's super easy to get started. In your Python shell, do:
2929
# print the response of a withdrawal request
3030
print block_io.withdraw(pin='SECRET PIN', from_user_ids='1,2', to_user_id='0', amount='50.0')
3131

32-
For more information, see https://block.io/api. This Python client provides a mapping for all methods listed on the Block.io API site.
32+
For more information, see [Python API Docs](https://block.io/api/python). This Python client provides a mapping for all methods listed on the Block.io API site.
3333

3434
## Contributing
3535

0 commit comments

Comments
 (0)