From d3948d50a5db839ae8b118f45e9418a5a20e726c Mon Sep 17 00:00:00 2001 From: "M. Scott Ford" Date: Thu, 25 Apr 2024 10:19:56 -0400 Subject: [PATCH] Updates README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d39fee..4861b87 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ This is the website for the Legacy Code Rocks community and podcast. -It started out as an implementation of the [Transmit](https://tailwindui.com/templates/transmit) is a [Tailwind UI](https://tailwindui.com) site template built using [Tailwind CSS](https://tailwindcss.com) and [Next.js](https://nextjs.org). It has been modified from its original version. +It started out as an implementation of the [Transmit](https://tailwindui.com/templates/transmit) site template from [Tailwind UI](https://tailwindui.com). The site is built using [Tailwind CSS](https://tailwindcss.com) and [Next.js](https://nextjs.org). It has been modified from the original template version. ## Getting started -To get started with this template, first install the npm dependencies: +To get started, first install the npm dependencies: ```bash npm install