Skip to content

Commit

Permalink
✏️ Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sjquant committed Sep 9, 2024
1 parent 3587466 commit d9a9a5d
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 @@ -33,13 +33,13 @@ curl -fsSL https://raw.githubusercontent.com/sjquant/flopha/main/scripts/install
4. Use a custom version pattern:
```
flopha next-version --pattern "dekstop@{major}.{minor}.{patch}"
flopha next-version --pattern "desktop@{major}.{minor}.{patch}"
```
5. Create a new version tag:
```
flopha next-version --pattern "dekstop@{major}.{minor}.{patch} --create
flopha next-version --pattern "desktop@{major}.{minor}.{patch} --create
```
6. Increment major version:
Expand Down

0 comments on commit d9a9a5d

Please sign in to comment.