Skip to content

Commit

Permalink
[chore] Fix VERSIONING.md missing parenthesis (#5984)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias authored Nov 18, 2024
1 parent cc54b84 commit 0decd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VERSIONING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ is designed so the following goals can be achieved.
go.opentelemetry.io/otel/v2 v2.0.1`) and in the package import path
(e.g., `import "go.opentelemetry.io/otel/v2/trace"`). This includes the
paths used in `go get` commands (e.g., `go get
go.opentelemetry.io/otel/[email protected]`. Note there is both a `/v2` and a
go.opentelemetry.io/otel/[email protected]`). Note there is both a `/v2` and a
`@v2.0.1` in that example. One way to think about it is that the module
name now includes the `/v2`, so include `/v2` whenever you are using the
module name).
Expand Down

0 comments on commit 0decd99

Please sign in to comment.