Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelschroederdev authored Sep 1, 2022
1 parent 4a643a1 commit a7af629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ npm install @storyblok/astro
# yarn add @storyblok/astro
```

Add the following code to modules section of `astro.config.mjs` and replace `accessToken` with the preview API token of your Storyblok space.
Add the following code to `astro.config.mjs` and replace the `accessToken` with the preview API token of your Storyblok space.

```js
import { defineConfig } from "astro/config";
Expand Down

0 comments on commit a7af629

Please sign in to comment.