From c7736f27d83485da0f83e3d98f3908ea401c12f8 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelbaset Date: Wed, 2 Aug 2023 23:04:16 +0300 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8e6aeb6..84a5338 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # My Blog 📝 -This is my blog, built with Next.js and Tailwind CSS. +This is a blog app, built with Next.js and Tailwind CSS. + +> Note: Blogs files within `src/content/blog` are AI-generated by GPT3.5. ![ScreenShot](/src/assets/screenshots/screenshot-home.png) -## Stack 📚: +## Tech Stack 📚: - `TypeScript` 5.1.3 - `Next.js` 13.4 and `React.js` @@ -50,10 +52,10 @@ This project is built upon [A7med3bdulBaset/next-template](https://github.com/A7 ## Inspiration 🎨: -Inspired by [formaline'blog](https://blog.fromaline.com/) design, and [Shadcn](https://github.com/shadcn/taxonomy) code style. +Inspired by [formaline'blog](https://blog.fromaline.com/) design, and [shadcn/taxonomy](https://github.com/shadcn/taxonomy) code style. ## Contributing 🤝: Feel free to open an issue or a pull request. -If you have read all of this, please star the repo, it will help me a lot ❤️. \ No newline at end of file +If you have read all of this, please star the repo, it will help me a lot ❤️.