Skip to content

Commit 0cb69ab

Browse files
committed
Fix typo in readme.
1 parent e5c65a1 commit 0cb69ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Here's a quick example of usage:
4141
```ts
4242
import { TwitterApi } from 'twitter-api-v2';
4343

44-
// Instanciate with desired auth type (here's Bearer v2 auth)
44+
// Instantiate with desired auth type (here's Bearer v2 auth)
4545
const twitterClient = new TwitterApi('<YOUR_APP_USER_TOKEN>');
4646

4747
// Tell typescript it's a readonly app

0 commit comments

Comments
 (0)