We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c65a1 commit 0cb69abCopy full SHA for 0cb69ab
README.md
@@ -41,7 +41,7 @@ Here's a quick example of usage:
41
```ts
42
import { TwitterApi } from 'twitter-api-v2';
43
44
-// Instanciate with desired auth type (here's Bearer v2 auth)
+// Instantiate with desired auth type (here's Bearer v2 auth)
45
const twitterClient = new TwitterApi('<YOUR_APP_USER_TOKEN>');
46
47
// Tell typescript it's a readonly app
0 commit comments