Skip to content

Commit a2135da

Browse files
committed
Update readme
1 parent 544c646 commit a2135da

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,17 @@ While `next-compose-plugins` tries to eliminate this case by providing an altern
2525
npm install --save next-compose-plugins
2626
```
2727

28-
This plugin requires next.js `>= 5.1` because it depends on the phases introduced within this version.
29-
If you are still on `5.0.x`, you can install v1 of this plugin: `npm install --save next-compose-plugins@1`.
28+
---
29+
30+
<a href="https://www.creative-tim.com/product/nextjs-material-dashboard-pro/?ref=next-compose-plugins"><img src="https://cyrilwanner.github.io/packages/next-compose-plugins/assets/material-dashboard.png?v=2" alt="NextJS Material Dashboard" align="right" width="300px"></a>
31+
<br />
32+
33+
Building a **Dashboard** or **Admin UI**? Or do you want to see a **usage example** of `next-compose-plugins` in a real world project? Check out the [NextJS Material Dashboard](https://www.creative-tim.com/product/nextjs-material-dashboard-pro/?ref=next-compose-plugins) by our partners [Creative Tim](https://www.creative-tim.com/?ref=next-compose-plugins) to get you started.
34+
35+
<br /><br /><br />
3036

3137
## Usage
38+
3239
```javascript
3340
// next.config.js
3441
const withPlugins = require('next-compose-plugins');
@@ -274,6 +281,10 @@ Currently, it contains these values:
274281
275282
## Examples
276283
284+
### Real world example
285+
286+
Check out the [NextJS Material Dashboard](https://www.creative-tim.com/product/nextjs-material-dashboard-pro/?ref=next-compose-plugins) by our partners [Creative Tim](https://www.creative-tim.com/?ref=next-compose-plugins) to see how `next-compose-plugins` was used in a real world application.
287+
277288
### Basic example
278289
279290
```javascript
@@ -396,7 +407,7 @@ module.exports = withSass(withOffline(withTypescript(withImages({
396407
397408
## See also
398409
399-
See [zeit/next-plugins](https://github.com/zeit/next-plugins) for a list of official and community made plugins for [next.js](https://github.com/zeit/next.js).
410+
See [vercel/next-plugins](https://github.com/vercel/next-plugins) for a list of official and community made plugins for [next.js](https://github.com/vercel/next.js).
400411
401412
## License
402413

0 commit comments

Comments
 (0)