From 810cea27e892d0e304748937d635503a45327052 Mon Sep 17 00:00:00 2001
From: akshithere <130065975+akshithere@users.noreply.github.com>
Date: Sun, 15 Sep 2024 19:16:34 +0530
Subject: [PATCH] fixed readme
---
README.md | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 18bfedc..f3bc22a 100644
--- a/README.md
+++ b/README.md
@@ -21,10 +21,10 @@ PokeArcadia is a fun game where you get to work with a Pokémon-themed project.
Here's a quick overview of the project structure:
PokeArcadia/
- │ ├── frontend/ # The frontend of the game
- │ ├── backend/ # The backend where you will make your changes
- │ └── Entries/ # The folder where you will add your .txt files
- │ └── README.md # This file!
+ │ ├── frontend/ # The frontend of the game
+ │ ├── backend/ # The backend where you will make your changes
+ │ └── Entries/ # The folder where you will add your .txt files
+ │ └── README.md # This file!
## How to Contribute
@@ -36,9 +36,9 @@ To contribute to PokeArcadia, you'll be adding your own .txt file to the `backen
When you add a new `.txt` file to the `backend/Entries/` folder, make sure it follows this format:
PokeID, YourName
-# examples ->
--25, Akshit
--36, Swati
+# Examples ->
+-25, Akshit
+-36, Swati
This file format is used to record the Pokémon ID and the name of the contributor.