Skip to content

Commit 0e15051

Browse files
committed
Merge branch 'main' of github.com:Recon-Fuzz/solidity-http
2 parents 82865cd + c6bdec2 commit 0e15051

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ forge install Recon-Fuzz/solidity-http
1010

1111
### Usage
1212

13-
### 1. Import the library
13+
#### 1. Import the library
1414

1515
```solidity
1616
import {HTTP} from "solidity-http/HTTP.sol";
1717
```
1818

19-
### 2. Build and send your request
19+
#### 2. Build and send your request
2020

2121
Use builder functions to compose your request with headers, body, and query parameters.
2222

@@ -39,7 +39,7 @@ contract MyScript is Script {
3939
}
4040
```
4141

42-
### 3. Enable FFI
42+
#### 3. Enable FFI
4343

4444
This library relies on Foundry's [FFI cheatcode](https://book.getfoundry.sh/cheatcodes/ffi.html) to call external processes. Enable it by:
4545

@@ -58,7 +58,7 @@ ffi = true
5858

5959
---
6060

61-
## Requirements
61+
### Requirements
6262

6363
- Foundry with FFI enabled:
6464
- Either pass `--ffi` to commands (e.g. `forge test --ffi`)

0 commit comments

Comments
 (0)