Skip to content

Commit

Permalink
Fixing a typo on the readme file (dynaconf#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoVinicius committed Jun 27, 2022
1 parent 662df64 commit aab6666
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 @@ -63,7 +63,7 @@ $ dynaconf init -f toml
.
├── config.py # This is from where you import your settings object (required)
├── .secrets.toml # This is to hold sensitive data like passwords and tokens (optional)
└── settings.toml # This is to hold your application setttings (optional)
└── settings.toml # This is to hold your application settings (optional)
```

On the file `config.py` Dynaconf init generates the following boilerpate
Expand Down

0 comments on commit aab6666

Please sign in to comment.