Skip to content

Commit

Permalink
chore: Add placeholder for version, and a blurb on where to find it
Browse files Browse the repository at this point in the history
  • Loading branch information
mutahhir committed Jan 12, 2024
1 parent ca367f2 commit 010f7a4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
7 changes: 6 additions & 1 deletion src/readme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,12 @@ The go package is generated into the [\`${
\`go get ${packageInfo.publishToGo?.moduleName}/${
packageInfo.publishToGo?.packageName
}\`
}/<version>\`
Where \`<version>\` is the version of the prebuilt provider you would like to use e.g. \`v11\`. The full module name can be found
within the [go.mod](https://${packageInfo.publishToGo?.moduleName}/blob/main/${
packageInfo.publishToGo?.packageName
}/go.mod#L1) file.
## Docs
Expand Down
20 changes: 16 additions & 4 deletions test/__snapshots__/index.test.ts.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 010f7a4

Please sign in to comment.