Skip to content

Commit

Permalink
Fix setup steps in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanVaughn committed Mar 29, 2024
1 parent 0dfa720 commit 98a3275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class _YSettings(YAMLClass):
python -m pip install pipx --upgrade
pipx ensurepath
pipx install poetry
pipx install simple-file-settings
pipx install vscode-task-runner
# (Optionally) Add pre-commit plugin
poetry self add poetry-pre-commit-plugin
```
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "simple-file-settings"
version = "0.1.1"
version = "0.1.2"
description = "Access and updates settings from a file as a class."
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit 98a3275

Please sign in to comment.