Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat committed Jun 26, 2023
1 parent 49c2213 commit 45126c3
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 @@ -385,7 +385,7 @@ poetry run pytest

```
export CHANGELOG_GITHUB_TOKEN=$(gopass show -o pins/Github/github-changelog-generator)
./script/release.sh patch # or minor, major, prepatch, preminor, premajor, prerelease, or a valid semver string
./scripts/release.sh patch # or minor, major, prepatch, preminor, premajor, prerelease, or a valid semver string
```

## Changelog
Expand Down

0 comments on commit 45126c3

Please sign in to comment.