File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -111,11 +111,11 @@ The top-level `README.md` file is generated from `internal/readme/README.src.md`
111111and should not be edited directly. To update the README:
112112
1131131 . Make your changes to ` internal/readme/README.src.md `
114- 2 . Run ` make ` in the ` internal/readme/ ` directory to regenerate ` README.md `
114+ 2 . Run ` go generate ./ internal/readme` from the repository root to regenerate ` README.md `
1151153 . Commit both files together
116116
117117The CI system will automatically check that the README is up-to-date by running
118- ` make ` and verifying no changes result. If you see a CI failure about the
118+ ` go generate ./internal/readme ` and verifying no changes result. If you see a CI failure about the
119119README being out of sync, follow the steps above to regenerate it.
120120
121121## Timeouts
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ servers.
125125
126126## Contributing
127127
128- We welcome contributions to the SDK! Please see See
128+ We welcome contributions to the SDK! Please see
129129[ CONTRIBUTING.md] ( /CONTRIBUTING.md ) for details of how to contribute.
130130
131131## Acknowledgements / Alternatives
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ servers.
4848
4949## Contributing
5050
51- We welcome contributions to the SDK! Please see See
51+ We welcome contributions to the SDK! Please see
5252[ CONTRIBUTING.md] ( /CONTRIBUTING.md ) for details of how to contribute.
5353
5454## Acknowledgements / Alternatives
You can’t perform that action at this time.
0 commit comments