Skip to content

Commit

Permalink
Update snforge docs (#1416)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotmag769 authored Jul 4, 2024
1 parent 4cebe02 commit 2f2627b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/guides/creating-a-new-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,14 @@ that can be deployed to Starknet network.

### Creating a Starknet Foundry project

If you intend to use Starknet Foundry Forge to test your contracts, you can create a Starknet Foundry project by
If you intend to use Starknet Foundry to test your contracts, you can create a Starknet Foundry project by
running:

```shell
scarb new hello_world --snforge
```

This will create a Starknet package, with Forge already set up as your test runner. You can then execute Forge tests by
This will create a Starknet package, with `snforge` already set up as your test runner. You can then execute `snforge` tests by
simply running:

```shell
Expand Down

0 comments on commit 2f2627b

Please sign in to comment.