diff --git a/packages/oidc-client/README.md b/packages/oidc-client/README.md index 89bd064f..cf28d45e 100644 --- a/packages/oidc-client/README.md +++ b/packages/oidc-client/README.md @@ -16,9 +16,10 @@ audience : optional A [JWT](https://jwt.io/) ID Token -You can use this [template](https://github.com/actions/typescript-action) to use the package.

Example:

+You can use this [template](https://github.com/actions/typescript-action) to use the package. + main.ts ``` const core = require('@actions/core');