Skip to content

Commit

Permalink
update introduction.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SoYoung210 committed Jan 11, 2025
1 parent d3e3398 commit 6328a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storykit/src/stories/Introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ npm install @storyprotocol/storykit @tanstack/react-query
5 . Story Protocol api credentials must be defined in your environment variables, add them to the `.env.local`. For the Story Protocol api you can use the token provided below, although note that you may be required to change it in the future. For SimpleHash you can generate an api token for free at [simplehash.com](https://simplehash.com/).

```bash
NEXT_PUBLIC_STORY_PROTOCOL_X_API_KEY="l0YkL0VIBK6-nfb7SGake4s3ctg="
NEXT_PUBLIC_STORY_PROTOCOL_X_API_KEY="YOUR_API_KEY"
NEXT_PUBLIC_SIMPLE_HASH_API_KEY="SIMPLEHASH_API_KEY_HERE"
```

Expand Down

0 comments on commit 6328a56

Please sign in to comment.