Skip to content

Commit b72ed27

Browse files
committed
Edit Next.js builder content.
Signed-off-by: bgravenorst <[email protected]>
1 parent 32d426a commit b72ed27

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

src/pages/quickstart/builder/choices.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const FLUTTER = 'FLUTTER'
2323

2424
export const LANGS_EMBEDDED_WALLETS: DisplayChoice[] = [
2525
{ key: REACT, displayName: 'React' },
26-
{ key: NEXTJS, displayName: 'Next JS' },
26+
{ key: NEXTJS, displayName: 'Next.js' },
2727
{ key: VUE, displayName: 'Vue' },
2828
{ key: ANGULAR, displayName: 'Angular' },
2929
{ key: ANDROID, displayName: 'Android' },
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
### MetaMask Embedded Wallets NextJS Quick Start
1+
### MetaMask Embedded Wallets Next.js quickstart
22

3-
Integrate secure and seamless Web3 authentication into your NextJS app using MetaMask Embedded Wallet SDKs.
3+
Integrate secure and seamless Web3 authentication into your Next.js app with the MetaMask Embedded
4+
Wallets SDK (Web3Auth).
45

5-
Clone the NextJS Quick Start Application
6+
Clone the quickstart:
67

78
```shell
89
npx degit Web3Auth/web3auth-examples/quick-starts/nextjs-quick-start w3a-quick-start
910
```
1011

1112
:::info
1213

13-
If you face any problem anytime, you can always find help in the [**Web3Auth Community**](https://web3auth.io/community/c/help-pnp/pnp-web/7).
14+
If you need help, visit the [**Web3Auth community**](https://web3auth.io/community/c/help-pnp/pnp-web/7).
1415

1516
:::

0 commit comments

Comments
 (0)