fix docs
This commit is contained in:
parent
f359f66f93
commit
348ba7cd60
1 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ You can use this library to get tweets, profiles, and trends trivially.
|
|||
- [Get followers](#get-followers)
|
||||
- [Create tweet](#create-tweet)
|
||||
- [Delete tweet](#delete-tweet)
|
||||
- [Create Retweet](#create-retweet)
|
||||
- [Create retweet](#create-retweet)
|
||||
- [Delete retweet](#delete-retweet)
|
||||
- [Get scheduled tweets](#get-scheduled-tweets)
|
||||
- [Create scheduled tweet](#create-scheduled-tweet)
|
||||
|
|
@ -404,7 +404,7 @@ tweet, err = scraper.CreateTweet(twitterscraper.NewTweet{
|
|||
err := testScraper.DeleteTweet("1810458885008105870");
|
||||
```
|
||||
|
||||
### Create Retweet
|
||||
### Create retweet
|
||||
|
||||
> [!IMPORTANT]
|
||||
> Requires authentication!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue