diff --git a/README.md b/README.md index aaf29bf..2b8ac25 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ import ( func main() { scraper := twitterscraper.New() err := scraper.LoginOpenAccount() - if err !== nil { + if err != nil { panic(err) } for tweet := range scraper.SearchTweets(context.Background(),