From 7c05e61e3c290c64f4859be4974632c4da15370c Mon Sep 17 00:00:00 2001 From: prototypa Date: Thu, 11 Aug 2022 03:35:34 -0400 Subject: [PATCH] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4d07d0..ffa892d 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ A template to make your website using Astro + Tailwind CSS. - Excellent integration with Tailwind CSS via [@astrojs/tailwind](https://docs.astro.build/en/guides/integrations-guide/tailwind/) - Image optimization using [@astrojs/images](https://docs.astro.build/en/guides/integrations-guide/image/) - Automatically generate the project sitemap with [@astrojs/sitemap](https://docs.astro.build/en/guides/integrations-guide/sitemap/) -- Optimize the use of fonts from Google Fonts in build time using [subfont](https://www.npmjs.com/package/subfont) npm package -- Excellent score in Chrome Lighthouse report (build code): +- Optimize the use of fonts from Google Fonts at build time with [subfont](https://www.npmjs.com/package/subfont) npm package +- Excellent score in Chrome Lighthouse reports (build code): - 100 Performance - 100 Accessibility - 100 Best Practices