Skip to content

Commit

Permalink
docs: Fix typos in README and add releases tab link (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandregv committed May 16, 2021
1 parent c67baeb commit 3f149a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ By default `svu` will get the latest tag from the current branch. Using the `--t

## Discarding pre-release and build metadata

To discard [pre-release](https://semver.org/#spec-item-9) and/or [build metadata](https://semver.org/#spec-item-10) information you can run your comman dof choice with the following flags:
To discard [pre-release](https://semver.org/#spec-item-9) and/or [build metadata](https://semver.org/#spec-item-10) information you can run your command of choice with the following flags:

| Flag | Description | Example |
| ------------------ | ---------------------------------------- | ---------------------------------------- |
Expand All @@ -98,7 +98,7 @@ Setting the `--force-patch-increment` flag forces a patch version increment rega

## Creating tags

The idea is that `svu` will just print things, so its safe to run at any time.
The idea is that `svu` will just print things, so it's safe to run at any time.

You can create tags by wrapping it in an alias. For example, I have one like
this:
Expand Down Expand Up @@ -127,7 +127,7 @@ or
curl -sfL https://install.goreleaser.com/github.com/caarlos0/svu.sh | bash -s -- -b /usr/local/bin
```

Or download one from the releases tab and install manually.
Or download one from the [releases tab](https://github.com/caarlos0/svu/releases) and install manually.

## Stargazers over time

Expand Down

0 comments on commit 3f149a5

Please sign in to comment.