Skip to content

Commit dcb029a

Browse files
committed
Improved Readme.
1 parent f60e173 commit dcb029a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ Alternatively, in case you're using a custom proxy, set the proxy domain.
6060
NEXT_PUBLIC_UPLOADCARE_CUSTOM_PROXY_DOMAIN="proxy.example.com"
6161
```
6262

63-
That's it. You may now use `nextjs-loader` in your project (see [Usage](#usage)).
63+
That's it. You may now use `nextjs-loader` in your app (see [Usage](#usage)).
6464

6565
---
6666

67-
Below are additional optional parameters which you may not need:
67+
Below are optional parameters which you may not need:
6868

6969
```ini
7070
#.env
@@ -108,11 +108,11 @@ import { uploadcareLoader } from 'nextjs-loader';
108108
/>
109109
```
110110

111-
**Option 3**. Use [next-image-loader](https://www.npmjs.com/package/next-image-loader) project to enable Uploadcare image loader for all images by default
111+
**Option 3**. Use the [next-image-loader](https://www.npmjs.com/package/next-image-loader) plugin to enable Uploadcare image loader for all images by default
112112

113113
In that case, you may not need the `loader: "custom"` setting in your `next.config.js`.
114114

115-
1. Install the [next-image-loader](https://www.npmjs.com/package/next-image-loader) plugin and enable it as described in its README.
115+
1. Install [next-image-loader](https://www.npmjs.com/package/next-image-loader) and enable it as described in its README.
116116

117117
2. Create `image-loader.config.js` in the project root (in the same directory as `next.config.js`)
118118
and add this code to it:

0 commit comments

Comments
 (0)