Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mraffonso committed Mar 19, 2024
1 parent 081a4be commit e895337
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 @@ -45,7 +45,7 @@ ShortVersion.new(major: 2, minor: 3)
# => ShortVersion(@major=2, @minor=3)
```

OR `parse` from another format: `String` or `SemanticVersion`.
Or `parse` from another format: `String` or `SemanticVersion`.

```crystal
ShortVersion.parse("1.1")
Expand Down

0 comments on commit e895337

Please sign in to comment.