Skip to content

Commit 0ca369b

Browse files
authored
Update README.md
1 parent 674547c commit 0ca369b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,13 +200,13 @@ This is a JavaScript code contains all the constants used in the application, sp
200200

201201
`actions/` - `models/` - `validations/` - `mongoose.ts` - `uploadthing.ts` - `utils.ts`
202202

203-
The **lib** folder holds crucial components for _Threads App_:\
203+
The **lib** folder holds crucial components for _Threads App_:
204204

205-
- **actions**: Manage actions for Community, Thread, and User entities using Mongoose for database interaction.\
206-
- **models**: Define mongoose schemas for Community, Thread, and User entities.\
207-
- **validations**: Provide validation schemas with Zod for Thread and User data.\
208-
- **mongoose.ts**: Establishes and manages MongoDB connections for the application.\
209-
- **uploadthing.ts**: Offers a React utility for simplified file uploads to UploadThing.\
205+
- **actions**: Manage actions for Community, Thread, and User entities using Mongoose for database interaction.
206+
- **models**: Define mongoose schemas for Community, Thread, and User entities.
207+
- **validations**: Provide validation schemas with Zod for Thread and User data.
208+
- **mongoose.ts**: Establishes and manages MongoDB connections for the application.
209+
- **uploadthing.ts**: Offers a React utility for simplified file uploads to UploadThing.
210210
- **utils.ts**: Contains various reusable utility functions.
211211

212212
#### public

0 commit comments

Comments
 (0)