1 files changed, 3 insertions(+), 3 deletions(-)
M README.md
M README.md => README.md +3 -3
@@ 66,10 66,10 @@ pytest
```bash
cat >> mastodon_api_token.secret
-YOUR_MASTODON_API_TOKEN
+<YOUR_MASTODON_ACCESS_TOKEN>
cat >> .env
-DB_URI="YOUR_MONGODB_URI"
-API_BASE_URL="YOUR_API_BASE_URL"
+DB_URI="<YOUR_MONGODB_URI>"
+API_BASE_URL="<YOUR_API_BASE_URL>"
python fighlike.py
```