Skip to content

Commit 3946f55

Browse files
docs: fix dotenv link
1 parent 64df499 commit 3946f55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docusaurus/docs/tutorial/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const youtube = new YouTube(process.env.YOUTUBE_API_KEY)
4040

4141
:::danger[TAKE CARE]
4242

43-
It is not recommended to place an API key directly in your code. Instead, use an [environment variable](https://github.com/motdotla/dotenv#-install).
43+
It is not recommended to place an API key directly in your code. Instead, use an [environment variable](https://github.com/motdotla/dotenv#usage).
4444

4545
:::
4646

0 commit comments

Comments
 (0)