Skip to content

Commit 003da91

Browse files
superjovaLulalabyAlmostSuspense
authored
Update Getting_Started.mdx (#7072)
* Update Getting_Started.mdx Docs say ".sample.env", but the actual file in the getting started project is ".env.sample" * Update docs/quick_start/Getting_Started.mdx Co-authored-by: Lala Sabathil <[email protected]> * Update docs/quick_start/Getting_Started.mdx Co-authored-by: Suspense <[email protected]> --------- Co-authored-by: Lala Sabathil <[email protected]> Co-authored-by: Suspense <[email protected]>
1 parent 74c2762 commit 003da91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quick_start/Getting_Started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ We'll need to set up and fetch a few sensitive values for your app, like its tok
9494
> warn
9595
> Your token is used to authorize API requests and carry your app's permissions, so they are *highly* sensitive. Make sure to never share your token or check it into any kind of version control.
9696
97-
Back in your project folder, rename the `.sample.env` file to `.env`. `.env` is where we'll store all of your app's credentials.
97+
Back in your project folder, rename the `.env.sample` file to `.env`. This is where we'll store all of your app's credentials.
9898

9999
We'll need three values from your app's settings for your `.env` file:
100100

0 commit comments

Comments
 (0)