From 2e60d74c5ec7482b9888db56f27e3321ef86f796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=9BRSfr?= Date: Fri, 23 Aug 2024 13:35:26 -0400 Subject: [PATCH] fix awkward way to say Zen Browser is built with Next.js and Tailwind.css It's built with --> Zen Browser is built with --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 642495f..cb46dae 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,6 @@ Zen Browser Website This repository contains the source code for the Zen Browser Website. We are thrilled to welcome you to our community. Before you start, please read this document to understand how you can contribute to this project. -It's built with [Next.js](https://nextjs.org/), [TypeScript](https://www.typescriptlang.org/), and [Tailwind CSS](https://tailwindcss.com/). +Zen Browser is built with [Next.js](https://nextjs.org/), [TypeScript](https://www.typescriptlang.org/), and [Tailwind CSS](https://tailwindcss.com/). If you are interested in contributing to this project, please read the [Contributing Guidelines](./CONTRIBUTING.md).