Skip to content

Commit a05dbcf

Browse files
committed
docs: Improved configuration documentation
1 parent b6561ca commit a05dbcf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![NPM](https://nodei.co/npm/kentico-kontent-nuxt-module.png?mini=true)](https://npmjs.org/package/kentico-kontent-nuxt-module)
44

55
# kentico-kontent-nuxt-module
6-
Add Kentico Kontent super power to your nuxt app
6+
Add Kentico Kontent super power to your nuxt app :fire:
77

88
## Features
99

@@ -20,7 +20,7 @@ npm i rxjs --save (because this is a peer dependency of the Kentico Kontent Deli
2020

2121
- Add `kentico-kontent-nuxt-module` to `modules` section of `nuxt.config.js`
2222

23-
```js
23+
```json
2424
/*
2525
** Nuxt.js modules
2626
*/
@@ -40,6 +40,9 @@ npm i rxjs --save (because this is a peer dependency of the Kentico Kontent Deli
4040
enableSecuredMode: true
4141
},
4242
```
43+
> Note: See [the client configuration section](https://github.com/Kentico/kontent-delivery-sdk-js/blob/master/DOCS.md#client-configuration) of the Kentico Kontent Delivery SDK for all available configuration options.
44+
45+
4346
- $deliveryClient is now globally available.
4447

4548
```javascript

0 commit comments

Comments
 (0)