Skip to content

Commit bbf3843

Browse files
committed
update introduction.md
1 parent 8006dbe commit bbf3843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/storykit/src/stories/Introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ npm install @storyprotocol/storykit @tanstack/react-query
3232
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/).
3333

3434
```bash
35-
NEXT_PUBLIC_STORY_PROTOCOL_X_API_KEY="l0YkL0VIBK6-nfb7SGake4s3ctg="
35+
NEXT_PUBLIC_STORY_PROTOCOL_X_API_KEY="YOUR_STORY_PROTOCOL_API_KEY_HERE"
3636
NEXT_PUBLIC_SIMPLE_HASH_API_KEY="SIMPLEHASH_API_KEY_HERE"
3737
```
3838

0 commit comments

Comments
 (0)