From ad67f8b2d6248d7c1b0a94b38a2e25d8ece6a660 Mon Sep 17 00:00:00 2001 From: hywax Date: Mon, 5 Aug 2024 13:32:46 +0500 Subject: [PATCH] docs: update roadmap --- README.md | 2 +- ROADMAP.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 239dfc7..887afc6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Shorter is a URL shortener service that allows you to shorten long URLs into sho ## Contributing -A huge thank you to everyone who is helping to improve Shorter. Thanks to you, the project can evolve! See the [ROADMAP](./ROADMAP.md) file for an idea of how the project should evolve. +A huge thank you to everyone who is helping to improve Shorter. Thanks to you, the project can evolve! See the [roadmap](./ROADMAP.md) file for an idea of how the project should evolve. Here are some ways you can contribute: diff --git a/ROADMAP.md b/ROADMAP.md index 98deaa2..3aaaad8 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -7,7 +7,7 @@ This file provides an overview of the direction this project is heading. The roa Auth is the first step in the roadmap. It includes all the features related to authentication and authorization. - [x] Login page -- [ ] Register page +- [x] Register page - [ ] Forgot password page ## Account