File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
1616import {HTTP} from "solidity-http/HTTP.sol";
1717```
1818
19- ### 2. Build and send your request
19+ #### 2. Build and send your request
2020
2121Use 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
4545This 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 ` )
You can’t perform that action at this time.
0 commit comments