Skip to content

Commit

Permalink
GH-728 Fix typo in readme (#729) #patch
Browse files Browse the repository at this point in the history
Highlighted by our wonderful community in #728, our readme was pointing
our gomodule to `/bufbuild/` this is incorrect.
  • Loading branch information
elliotmjackson committed Nov 8, 2022
1 parent 5e042b7 commit 2682ad0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -84,11 +84,10 @@ Installing PGV can currently only be done from source:

```sh
# fetches this repo into $GOPATH
go get -d github.com/bufbuild/protoc-gen-validate
go get -d github.com/envoyproxy/protoc-gen-validate
```

> #### 💡 Yes, our go module path is `github.com/envoyproxy/protoc-gen-validate` **
not** `bufbuild` this is intentional.
> #### 💡 Yes, our go module path is `github.com/envoyproxy/protoc-gen-validate` **not** `bufbuild` this is intentional.
> Changing the module path is effectively creating a new, independent module. We
> would prefer not to break our users. The Go team are working on
> better `cmd/go`
Expand Down

0 comments on commit 2682ad0

Please sign in to comment.