Skip to content

Commit 9e4f132

Browse files
authored
chore: update readme
1 parent ef40d51 commit 9e4f132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Vue Contentful
1+
# Vue Contentful Hook
22

33
A hook to call the contentful API
44

@@ -8,7 +8,7 @@ Ideally you should pass env variables as token and spaceId
88

99
```ts
1010
export interface Dummy {
11-
items: {
11+
readonly items: {
1212
readonly name: string;
1313
};
1414
}

0 commit comments

Comments
 (0)