Skip to content

Commit

Permalink
Better instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
pekkis committed Oct 17, 2023
1 parent 85e0e66 commit 82975e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/welcome/Welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ const Welcome: FC = () => {
<ul>
<li>cp .env.example .env.local</li>
<li>
edit .env.local, make NEXT_PUBLIC_APPID be something that you would
think is uniquely yours!
edit .env.local, make NEXT_PUBLIC_APPID be something{" "}
<em>alphanumeric</em> that you would think is uniquely yours!
</li>
</ul>
</div>
Expand Down

1 comment on commit 82975e2

@vercel
Copy link

@vercel vercel bot commented on 82975e2 Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.