File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ You can set up the SDK in the following ways:
2727
2828## Set up using a template
2929
30- 1 . Download the [ MetaMask SDK Wagmi template] ( https://github.com/MetaMask/metamask-sdk-examples/tree/main/quickstart /wagmi ) :
30+ 1 . Download the [ MetaMask SDK Wagmi template] ( https://github.com/MetaMask/metamask-sdk-examples/tree/main/quickstarts /wagmi ) :
3131
3232 ``` bash
33- npx degit MetaMask/metamask-sdk-examples/quickstart /wagmi metamask-wagmi
33+ npx degit MetaMask/metamask-sdk-examples/quickstarts /wagmi metamask-wagmi
3434 ```
3535
3636 > ` degit ` is a tool that enables cloning only the directory structure from a GitHub repository, without retrieving the entire repository.
@@ -44,11 +44,11 @@ You can set up the SDK in the following ways:
4444 <details >
4545 <summary >GitHub clone instead of degit?</summary >
4646 <div >
47- Clone the MetaMask SDK examples repository and navigate into the ` quickstart /wagmi` directory:
47+ Clone the MetaMask SDK examples repository and navigate into the ` quickstarts /wagmi` directory:
4848
4949 ``` bash
5050 git clone https://github.com/MetaMask/metamask-sdk-examples
51- cd metamask-sdk-examples/quickstart /wagmi
51+ cd metamask-sdk-examples/quickstarts /wagmi
5252 ```
5353
5454 > Note: _ this will download the entire repository._
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ Get started with [MetaMask SDK](https://github.com/MetaMask/metamask-sdk) in you
2828
2929## Set up using a template
3030
31- 1 . Download the [ MetaMask SDK JavaScript template] ( https://github.com/MetaMask/metamask-sdk-examples/tree/main/quickstart /javascript ) :
31+ 1 . Download the [ MetaMask SDK JavaScript template] ( https://github.com/MetaMask/metamask-sdk-examples/tree/main/quickstarts /javascript ) :
3232
3333 ``` bash
34- npx degit MetaMask/metamask-sdk-examples/quickstart /javascript metamask-javascript
34+ npx degit MetaMask/metamask-sdk-examples/quickstarts /javascript metamask-javascript
3535 ```
3636
3737 > ` degit ` is a tool that enables cloning only the directory structure from a GitHub repository, without retrieving the entire repository.
@@ -45,11 +45,11 @@ Get started with [MetaMask SDK](https://github.com/MetaMask/metamask-sdk) in you
4545 <details >
4646 <summary >GitHub clone instead of degit?</summary >
4747 <div >
48- Clone the MetaMask SDK examples repository and navigate into the ` quickstart /javascript` directory:
48+ Clone the MetaMask SDK examples repository and navigate into the ` quickstarts /javascript` directory:
4949
5050 ``` bash
5151 git clone https://github.com/MetaMask/metamask-sdk-examples
52- cd metamask-sdk-examples/quickstart /javascript
52+ cd metamask-sdk-examples/quickstarts /javascript
5353 ```
5454
5555 > Note: _ this will download the entire repository._
You can’t perform that action at this time.
0 commit comments