From 1862fee71257db24830397b1d8282bc3ef2c3003 Mon Sep 17 00:00:00 2001 From: Hemant210 Date: Thu, 19 Mar 2026 10:44:34 +0530 Subject: [PATCH] Fix: corrected spelling mistake in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bdbedd2..f6da620 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ A website to help people make their first open source contribution. ## Features -- **Project Discovery**: Browse open source projects suitable for beginners +- **Project Discovery**: Browse-open source projects suitable for beginners - **Issue Integration**: View "good first issue" and "help wanted" issues directly from GitHub - **Bento Layout**: Modern, responsive card layout with varying heights -- **Real-time Data**: Fetches live issue data from GitHub repositories +- **Real-time Data**: Fetches live issue data from GitHub repositories. ## Setup @@ -36,7 +36,7 @@ To enable live issue fetching, you'll need a GitHub Personal Access Token: GITHUB_TOKEN=your_token_here ``` -Without a token, the site will work but won't show live GitHub issues due to rate limiting. +Without a token, the site will work but will not show live GitHub issues due to rate limiting. ### Development