From 3c816d62e7b6941d8407b02f6e9a6272423cb7ef Mon Sep 17 00:00:00 2001
From: Shakeel Ahmad <100876713+ShakeelOfficial99@users.noreply.github.com>
Date: Thu, 26 Oct 2023 00:57:37 +0500
Subject: [PATCH] Update README.md
---
.gitignore | 3 +++
README.md | 6 +-----
postcss.config.js | 2 +-
3 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/.gitignore b/.gitignore
index 8f322f0..b27a550 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,6 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
+branch_structure.json
+temp_auto_push.bat
+temp_interactive_push.bat
diff --git a/README.md b/README.md
index 05c6f34..ea50a5d 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-
+
# NextJS 13.4 Example App!
- Simple CRUD app to showcase how to use 13.4 app router
- Tech Stack
@@ -6,7 +6,3 @@
- fontawesome
- MongoDB
- Mongoose
-
-## Contact!
-- YouTube Clarity Coders
-- Chat with me! Discord
diff --git a/postcss.config.js b/postcss.config.js
index 33ad091..12a703d 100644
--- a/postcss.config.js
+++ b/postcss.config.js
@@ -3,4 +3,4 @@ module.exports = {
tailwindcss: {},
autoprefixer: {},
},
-}
+};