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`
111
111
and should not be edited directly. To update the README:
112
112
113
113
1 . 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 `
115
115
3 . Commit both files together
116
116
117
117
The 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
119
119
README being out of sync, follow the steps above to regenerate it.
120
120
121
121
## Timeouts
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ servers.
125
125
126
126
## Contributing
127
127
128
- We welcome contributions to the SDK! Please see See
128
+ We welcome contributions to the SDK! Please see
129
129
[ CONTRIBUTING.md] ( /CONTRIBUTING.md ) for details of how to contribute.
130
130
131
131
## Acknowledgements / Alternatives
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ servers.
48
48
49
49
## Contributing
50
50
51
- We welcome contributions to the SDK! Please see See
51
+ We welcome contributions to the SDK! Please see
52
52
[ CONTRIBUTING.md] ( /CONTRIBUTING.md ) for details of how to contribute.
53
53
54
54
## Acknowledgements / Alternatives
You can’t perform that action at this time.
0 commit comments