Skip to content

Commit b6561ca

Browse files
committed
docs: updated readme
1 parent b89541a commit b6561ca

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
@@ -114,7 +114,7 @@ If you need to customize the Kentico Kontent Delivery SDK by registering interce
114114

115115
### plugins/kenticokontentNuxtModule.js
116116

117-
> Version 7.x.x
117+
> Version >7.x.x
118118
119119
``` javascript
120120
export default function ({ store, $deliveryClient }) {
@@ -126,7 +126,7 @@ export default function ({ store, $deliveryClient }) {
126126
}
127127
```
128128

129-
< Version 7
129+
> Version <7.0.0
130130
131131
``` javascript
132132
export default function ({ store, $deliveryClient }) {
@@ -144,7 +144,7 @@ Type resolvers can also be registered by using a nuxt plugin:
144144

145145
### plugins/kenticokontentNuxtModule.js
146146

147-
> Version 7.x.x
147+
> Version >7.x.x
148148
149149
``` javascript
150150
import { TypeResolver, ContentItem } from '@kentico/kontent-delivery';
@@ -169,7 +169,7 @@ export default function ({ store, app, $deliveryClient }) {
169169
}
170170
```
171171

172-
< Version 7
172+
> Version <7.0.0
173173
174174
``` javascript
175175
import { TypeResolver, ContentItem } from '@kentico/kontent-delivery';

0 commit comments

Comments
 (0)