Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lbenie authored Jan 28, 2022
1 parent ef40d51 commit 9e4f132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Vue Contentful
# Vue Contentful Hook

A hook to call the contentful API

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

```ts
export interface Dummy {
items: {
readonly items: {
readonly name: string;
};
}
Expand Down

0 comments on commit 9e4f132

Please sign in to comment.