From d2f19fc41922c934021a81ce0c200b94bbf4b989 Mon Sep 17 00:00:00 2001
From: Marie Antonette Bacay <96358406+bmarieay@users.noreply.github.com>
Date: Tue, 1 Mar 2022 20:08:49 -0800
Subject: [PATCH] Update ReadMe.md
---
ReadMe.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ReadMe.md b/ReadMe.md
index 7c3ca34..ba39a91 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -8,7 +8,7 @@ This is my first full stack CRUD project that allows users to view, post, edit,
2. **☀️light and 🌙dark mode** - I used JS DOM Manipulation, localStorage, and Cookies to implement this themed feature.
3. **🌳My campgrounds** - This feature allows users to show the campgrounds they uploaded to YelpCamp!
4. **📄pagination feature** - I also used DOM Manipulation, cookies, and Mongoose to implement pagination. This augments the performance by loading only few datas the user wants rather than loading a whole single resource.
-5. 🔍**Filter Campgrounds Feature** - allows users to look for campgrounds located on a certain state. ➡️ Coming soon!
+5. 🔍**Filter Campgrounds Feature** - allows users to look for campgrounds located on a certain state.
## 🔨Stacks