Skip to content

Commit

Permalink
doc(readme) Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Nov 29, 2023
1 parent a9cd4d2 commit 6027511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -71,7 +71,7 @@ Works perfectly well with:
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 @@ -82,7 +82,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 6027511

Please sign in to comment.