[docs] fix typo in image integration README (#5416)

This commit is contained in:
Ted Diño 2022-11-17 00:07:11 +08:00 committed by GitHub
parent 49c1a5d439
commit afb751dbd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,7 +74,7 @@ export default {
### Installing `sharp` (optional)
First, install the `sharp` package using your package manger. If you're using npm or aren't sure, run this in the terminal:
First, install the `sharp` package using your package manager. If you're using npm or aren't sure, run this in the terminal:
```sh
npm install sharp
```