Skip to content

'=' in README.md missing #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
Update README.md
  • Loading branch information
lakshaycommits authored Sep 6, 2022
commit 6cff2872101d29ce8812046fe0b2e7cf6c81c428
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ Backend Repo is [here](https://github.com/JeremyTsaii/leetcode-stats-api).
Simply copy the following markdown and replace `<USERNAME>` and `<THEME>` with your username and chosen theme.

```
[![<USERNAME>'s LeetCode Stats](https://leetcode-stats.vercel.app/api?username<USERNAME>&theme=<THEME>)](https://github.com/JeremyTsaii/leetcode-stats)
[![<USERNAME>'s LeetCode Stats](https://leetcode-stats.vercel.app/api?username=<USERNAME>&theme=<THEME>)](https://github.com/JeremyTsaii/leetcode-stats)
```

Alternatively, go to the web app [here](https://leetcode-stats.vercel.app/), type in your username and select your theme, then click "Generate". You can copy the Image URL or Markdown from there.

For the raw SVG, hit the endpoint below (replacing `<USERNAME>` and `<THEME>`)

Invoke URL: `https://leetcode-stats.vercel.app/api?username<USERNAME>&theme=<THEME>`
Invoke URL: `https://leetcode-stats.vercel.app/api?username=<USERNAME>&theme=<THEME>`

## Possible Themes (more on the way!)
- Light (default)
Expand Down