Skip to content

Commit

Permalink
docs: fix same example error in README
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Ramsay <[email protected]>
  • Loading branch information
seapagan committed Oct 12, 2023
1 parent e41564b commit beb533c
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 beb533c

Please sign in to comment.