Skip to content

Commit 7e2aa78

Browse files
committed
Minor text formatting.
Signed-off-by: bgravenorst <[email protected]>
1 parent e8e78e8 commit 7e2aa78

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

delegation-toolkit/get-started/install.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ This page provides instructions to install and set up the MetaMask Delegation To
1313
## Prerequisites
1414

1515
- Install [Node.js](https://nodejs.org/en/blog/release/v18.18.0) v18 or later.
16-
- Install [Yarn](https://yarnpkg.com/), [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm), or another package manager.
17-
- If you plan to use any smart contracts (for example, to [create a custom caveat enforcer](../how-to/create-delegation/create-custom-caveat-enforcer.md)), install [Foundry](https://book.getfoundry.sh/getting-started/installation).
16+
- Install [Yarn](https://yarnpkg.com/),
17+
[npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm), or another package manager.
18+
- If you plan to use any smart contracts (for example, to
19+
[create a custom caveat enforcer](../how-to/create-delegation/create-custom-caveat-enforcer.md)),
20+
install [Foundry](https://book.getfoundry.sh/getting-started/installation).
1821

1922
## Steps
2023

@@ -28,7 +31,9 @@ npm install @metamask/delegation-toolkit
2831

2932
### 2. (Optional) Install the contracts
3033

31-
If you plan to extend the Delegation Framework smart contracts (for example, to [create a custom caveat enforcer](../how-to/create-delegation/create-custom-caveat-enforcer.md)), install the contract package using Foundry's command-line tool, Forge:
34+
If you plan to extend the Delegation Framework smart contracts (for example, to
35+
[create a custom caveat enforcer](../how-to/create-delegation/create-custom-caveat-enforcer.md)), install
36+
the contract package using Foundry's command-line tool, Forge:
3237

3338
```bash
3439
forge install metamask/[email protected]
@@ -38,4 +43,5 @@ Add `@metamask/delegation-framework/=lib/metamask/delegation-framework/` in your
3843

3944
### 3. Get started
4045

41-
You're now ready to start using the MetaMask Delegation Toolkit. Check out the [Delegation Toolkit quickstart](quickstart.md) to walk through a simple example.
46+
You're now ready to start using the MetaMask Delegation Toolkit.
47+
Check out the [Delegation Toolkit quickstart](quickstart.md) to walk through a simple example.

0 commit comments

Comments
 (0)