Skip to content

Commit

Permalink
fix(mdbook): fix vscode examples page (#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
grandizzy authored Sep 13, 2024
1 parent 1d9b8ac commit 34cb6e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ solc = "0.8.17"

### Example of using OpenZeppelin contracts and non-standard project layout.

```
```bash
.
└── project
└── contracts
Expand All @@ -69,7 +69,7 @@ solc = "0.8.17"

Add line to `remappings.txt` file ([`forge remapping`](../projects/dependencies.md#remapping-dependencies)):

```
```solidity
@openzeppelin/=lib/openzeppelin-contracts/
```

Expand Down

0 comments on commit 34cb6e1

Please sign in to comment.