summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gpt4free/usesless/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/gpt4free/usesless/README.md b/gpt4free/usesless/README.md
index 43051ddc..7b2ea169 100644
--- a/gpt4free/usesless/README.md
+++ b/gpt4free/usesless/README.md
@@ -2,8 +2,8 @@ ai.usesless.com
### Example: `usesless` <a name="example-usesless"></a>
-### token generation
-<p>this will create account.txt that contains mail and token</p>
+### Token generation
+<p>This will create account.json that contains email and token in json</p>
```python
from gpt4free import usesless
@@ -13,8 +13,8 @@ token = usesless.Account.create(logging=True)
print(token)
```
-### completion
-<p>insert token from account.txt</p>
+### Completion
+<p>Insert token from account.json</p>
```python
import usesless