Updated README.md to point to correct class name.

This commit is contained in:
flash 2025-03-19 21:56:02 +00:00
parent d54ca02b38
commit 14ae4508c5
Signed by: flash
GPG key ID: 2C9C2C574D47FE3E

View file

@ -30,7 +30,7 @@ This driver also works for MySQL as the dependencies would suggest, but you shou
Requires the `sqlite3` extension.
### `Index\Http\HttpRequest`
### `Index\Http\Content\MultipartFormContent`
You must set `enable_post_data_reading` to `Off` in `php.ini` or the FPM pool `.conf` files for `multipart/form-data` processing to work as expected.