diff --git a/installation.md b/installation.md index d091970..01ba655 100644 --- a/installation.md +++ b/installation.md @@ -29,7 +29,7 @@ npm init @supercharge/app@latest hello-supercharge The app creation process may take some seconds. You’ll continuously see updates what’s currently happening when creating your app. -### Create a `.env` File +### Create a .env File You must create a `.env` file after creating a new application. We provide a `.env.example` file that you can copy and rename. At this point, it’s not necessary to adjust the values in the `.env` file. You can do that later.