Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrimaud committed Nov 3, 2023
1 parent 9925f20 commit 18cbd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Couple of issues were submitted about this problem and it's the main reason why
### Authentication

The `authenticate` method takes two mandatory parameters: `username` and `password`.
A good way to keep these strings safe is storing them in an uncommited file in your repo like some `instagram_config.json` file structured like the following:
A good way to keep these strings safe is storing them in an uncommitted file in your repo like some `instagram_config.json` file structured like the following:
```json
{
"username": "your username here",
Expand Down

0 comments on commit 18cbd78

Please sign in to comment.