Skip to content

Commit

Permalink
fix(oidc-client): Update README.md (release)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Nov 30, 2023
1 parent 7f1c369 commit b070c88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/oidc-client/README.md
Expand Up @@ -55,7 +55,7 @@ The service worker catch **access_token** and **refresh_token** that will never
npm install @axa-fr/oidc-client --save

# To install or update OidcServiceWorker.js file, you can run
node ./node_modules/@axa-fr/react-oidc/bin/copy-service-worker-files.mjs public
node ./node_modules/@axa-fr/oidc-client/bin/copy-service-worker-files.mjs public

# If you have a "public" folder, the 2 files will be created :
# ./public/OidcServiceWorker.js <-- will be updated at each "npm install"
Expand All @@ -66,7 +66,7 @@ WARNING : If you use Service Worker mode, the OidcServiceWorker.js file should a
```sh
"scripts": {
...
"postinstall": "node ./node_modules/@axa-fr/react-oidc/bin/copy-service-worker-files.mjs public"
"postinstall": "node ./node_modules/@axa-fr/oidc-client/bin/copy-service-worker-files.mjs public"
},
```

Expand Down

0 comments on commit b070c88

Please sign in to comment.