From 12aabbb375683bb39b4ea7d29a91d5f7a9993d86 Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Sun, 27 Jul 2025 14:07:44 -0400 Subject: [PATCH] Fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b399790..ce1e9a1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Tailwind-AI -An lab to run experiments using agentic coding tools to use Tailwind Plus Components. +An lab to run experiments using agentic coding tools and Tailwind Plus Components. ## Setup @@ -10,7 +10,7 @@ The setup assumes you have `tailwindcss` installed globally on your machine. A makefile is present with the commands `prepare` and `clean`. Note these are destructive commands and will wipe the current contents of the `./playground` directory. -Each experiment you want to run should be done within the `./playground` directory. Simply `make prepare` the directory then run your agentic coding tool within that directory as the target for changes. +Each experiment you want to run should be done within the `./playground` directory. Simply `make prepare` the directory then run your agentic coding tool with that directory as the target for changes. Use `make watch` to compile tailwind css, and `make live` to view changes in the browser. ## Resources