From ee1c622784787d96d5c2429144e9185dd40e8f6e Mon Sep 17 00:00:00 2001 From: Matheus Alves Date: Thu, 11 Jan 2024 14:03:04 -0300 Subject: [PATCH] refactor readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2eca6b7..9a86817 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,14 @@ Inside of your Astro project, you'll see the following folders and files: │   ├── styles/ │   ├── utils/ │   └── consts.ts/ +│   └── env.d.ts/ +├── .prettierrc ├── astro.config.mjs ├── CONTRIBUTING.md ├── LICENSE -├── README.md ├── package.json -├── .prettierrc +├── pnpm-lock.yaml +├── README.md ├── tailwind.config.cjs └── tsconfig.json ```