Skip to content

Commit c6bdec2

Browse files
authored
Update README.md
1 parent ccbb5d4 commit c6bdec2

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

@@ -40,7 +40,7 @@ contract MyScript is Script {
4040
}
4141
```
4242

43-
### 3. Enable FFI
43+
#### 3. Enable FFI
4444

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

@@ -59,7 +59,7 @@ ffi = true
5959

6060
---
6161

62-
## Requirements
62+
### Requirements
6363

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

0 commit comments

Comments
 (0)