Skip to content

Commit

Permalink
Merge pull request #18 from seapagan/fix-another-docs-bug
Browse files Browse the repository at this point in the history
docs: fix same example error in README
  • Loading branch information
seapagan authored Oct 12, 2023
2 parents e41564b + beb533c commit c9a9b83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ Usage is simple:
### Setup

```python
from simple_toml_settings import Settings
from simple_toml_settings import TOMLSettings

class MySettings(Settings):
class MySettings(TOMLSettings):
"""My settings class."""

# Define the settings you want to save
Expand Down

0 comments on commit c9a9b83

Please sign in to comment.