Skip to content

Commit 09901de

Browse files
authored
Merge pull request #302 from inf3rnus/master
Fix typo in readme.
2 parents 88f6bbc + 0cb69ab commit 09901de

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)