Skip to content

Commit

Permalink
Fix typo Github to GitHub
Browse files Browse the repository at this point in the history
Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
Signed-off-by: Tomás Senart <tsenart@gmail.com>

Closes #558
  • Loading branch information
KeisukeYamashita authored and tsenart committed Jul 14, 2023
1 parent 5cff6d0 commit 500ec86
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 @@ -42,7 +42,7 @@ Both the library and the CLI are versioned with [SemVer v2.0.0](https://semver.o
After [v8.0.0](https://github.com/tsenart/vegeta/tree/v8.0.0), the two components
are versioned separately to better isolate breaking changes to each.

CLI releases are tagged with `cli/vMAJOR.MINOR.PATCH` and published on the [Github releases page](https://github.com/tsenart/vegeta/releases).
CLI releases are tagged with `cli/vMAJOR.MINOR.PATCH` and published on the [GitHub releases page](https://github.com/tsenart/vegeta/releases).
As for the library, new versions are tagged with both `lib/vMAJOR.MINOR.PATCH` and `vMAJOR.MINOR.PATCH`.
The latter tag is required for compatibility with `go mod`.

Expand Down

0 comments on commit 500ec86

Please sign in to comment.