Skip to content

Commit

Permalink
docs: fix mispelling use pretty gh note annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
gluax authored and jamesondh committed Mar 27, 2024
1 parent c014c49 commit 9b83a7f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@ To list fuzz targets you can run:
make fuzz-list
```

> **NOTE**: The first time you do a `fuzz-run` command takes a very long time to build...
> This does cause the make command to timeout... not sure how to workaround that?
> [!NOTE]
> The first time you do a `fuzz-run` command takes a very long time to build...
> This does cause the make command to timeout... not sure how to workaround that...
To run a fuzz target indefinately:
To run a fuzz target indefinitely:

```sh
FUZZ_TARGET=proxy-instantiate make fuzz-run
Expand Down

0 comments on commit 9b83a7f

Please sign in to comment.