diff --git a/torus-js/torus-js-custom-jwt/README.md b/torus-js/torus-js-custom-jwt/README.md index b78ac77..2fe33f7 100644 --- a/torus-js/torus-js-custom-jwt/README.md +++ b/torus-js/torus-js-custom-jwt/README.md @@ -1,28 +1,21 @@ -# Web3Auth (`@web3auth/single-factor-auth`) QuickStart - React - -[![Web3Auth](https://img.shields.io/badge/Web3Auth-SDK-blue)](https://web3auth.io/docs/sdk/core-kit/sfa-web) -[![Web3Auth](https://img.shields.io/badge/Web3Auth-Community-cyan)](https://community.web3auth.io) - -[Join our Community Portal](https://community.web3auth.io/) to get support and stay up to date with the latest news and updates. - -This example demonstrates how to use Web3Auth Single Factor Auth Web SDK in React +# Torus JS Custom JWT ## How to Use ### Download Manually ```bash -npx degit Web3Auth/web3auth-pnp-examples/single-factor-auth-web/quick-starts/sfa-react-quick-start w3a-sfa-react-quick-start +npx degit tkey/tkey-examples/torus-js/torus-js-custom-jwt torus-js-custom-jwt ``` Install & Run: ```bash -cd w3a-sfa-react-quick-start +cd torus-js-custom-jwt npm install npm run start # or -cd w3a-sfa-react-quick-start +cd torus-js-custom-jwt yarn yarn start ```