From 894b074a0ac352ac6cfe3c66e9d0e2f52f642cc0 Mon Sep 17 00:00:00 2001 From: Preston Badger <68039491+MegaThinker173@users.noreply.github.com> Date: Fri, 4 Jul 2025 08:20:43 +0700 Subject: [PATCH] Update README.md Removed the "- " before "Build Brand Page" to include it and the subsequent items (up to "PDF to Audio Book Converter") in the Beginner Projects table. Previously, the list was not rendering as part of the table due to the incorrect formatting. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78b01bc..7aae2c1 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ required to complete them. | [10 User Interfaces](https://www.youtube.com/watch?v=Rz-rey4Q1bw&list=LL&index=6&t=8839s) | 10 User Interfaces using HTML, CSS and JavaScript| 1-Beginner | | [Audio Book](https://www.youtube.com/watch?v=Flm2YHEFd5A) | PDF to Audio Book using Python| 1-Beginner | | [Face Recognition App](https://www.youtube.com/watch?v=sz25xxF_AVE) | Face Recognition + Attendance using OpenCV| 1-Beginner | -- [ Build Brand Page](https://www.youtube.com/watch?v=W7up-w1QYpw&ab_channel=DoSomeCoding)| Design with React| 1-Begineer | +[ Build Brand Page](https://www.youtube.com/watch?v=W7up-w1QYpw&ab_channel=DoSomeCoding)| Design with React| 1-Begineer | | [TIC TAC TOE](https://www.youtube.com/watch?v=BHh654_7Cmw) | Tic Tac Toe game using Python| 1-Beginner | | [Password Generator](https://www.youtube.com/watch?v=SwgBZ0BQNLQ) | Password Generator App using Python| 1-Beginner | | [PDF to Audio Book Converter](https://www.youtube.com/watch?v=kyZ_5cvrXJI&list=WL&index=18) | PDF to Audio Book using Python| 1-Beginner |