Skip to content

Commit 7b04c90

Browse files
committed
docs: fix typo in FormData example
1 parent 88fb937 commit 7b04c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ If you would like to send data using the `multipart/form-data` content type, you
136136
import { HttpClient } from '@wolfpackthatcodes/http-client';
137137

138138
const response = new HttpClient()
139-
.asUrlEncoded()
139+
.asForm()
140140
.post('https://api.example.local/users', { first_name: 'Luis', last_name: 'Aveiro' });
141141
```
142142

0 commit comments

Comments
 (0)