Skip to content

Commit 0f56a87

Browse files
Update user information example (#52)
1 parent fbef47a commit 0f56a87

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,13 @@ result = convertapi.convert(
111111

112112
### User information
113113

114-
You can always check your remaining seconds amount programatically by fetching [user information](https://www.convertapi.com/doc/user).
114+
You can always check your usage by fetching [user information](https://www.convertapi.com/doc/user).
115115

116116
```python
117117
user_info = convertapi.user()
118118

119-
print(user_info['SecondsLeft'])
119+
print(user_info['ConversionsTotal'])
120+
print(user_info['ConversionsConsumed'])
120121
```
121122

122123
### Alternative domain

0 commit comments

Comments
 (0)