diff --git a/README.md b/README.md index 45783bc..4f8041c 100644 --- a/README.md +++ b/README.md @@ -24,14 +24,14 @@ Live demo - [CSSGeneratorGPT](https://css-generator-gpt.vercel.app/) ## Features -- AI Powered CSS style generator +- AI-Powered CSS style generator - Custom commands to generate according to UI preference ## Technologies Used - Tailwind CSS and Chakra UI - Next.js -- AI Integration: OpenAI's GPT-4 +- AI Integration with OpenAI's GPT-4 API ## Getting Started diff --git a/app/css-generator/page.js b/app/css-generator/page.js index a41f8ce..07d0993 100644 --- a/app/css-generator/page.js +++ b/app/css-generator/page.js @@ -133,7 +133,7 @@ export default function Home() {
@@ -315,4 +315,4 @@ export default function Home() { ); -} \ No newline at end of file +}