Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down