Skip to content

Commit

Permalink
Merge pull request #52 from madhead/fix/typo
Browse files Browse the repository at this point in the history
Fix a typo in README
  • Loading branch information
madhead authored Mar 27, 2021
2 parents 065303a + 3f7acf5 commit ecd7d26
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A wrapper around [semver](https://www.npmjs.com/package/semver), so read [its do
# A version to compare against
compare-to: 2.1.0

# A range to check agains
# A range to check against
satisfies: 1.x
- run: |
echo "${{ steps.version.outputs.major }}" # 1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semver-utils",
"version": "1.4.0",
"version": "1.4.1",
"private": true,
"description": "One-stop shop for working with semantic versions in your workflows",
"main": "lib/main.js",
Expand Down

0 comments on commit ecd7d26

Please sign in to comment.