From ff90431d2798b2f1ec7cb2e2f09a87f518544bfc Mon Sep 17 00:00:00 2001 From: Sourav Chanduka Date: Wed, 28 Jul 2021 15:56:10 +0530 Subject: [PATCH] Update README.md --- packages/oidc-client/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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');