@@ -9,14 +9,13 @@ Check the [docs](https://redheadphone.github.io/codeforces-readme-stats/) for in
9
9
- 📈 Clean and simple Codeforces stats
10
10
- 🎨 Multiple themes - [ Theme] ( docs/themes.md )
11
11
- ⚙️ Fully customizable - [ Customization] ( docs/customization.md )
12
- - 🚫 No tracking, controllable cache
13
12
- 🍀 Open source - [ MIT License] ( https://github.com/RedHeadphone/codeforces-readme-stats/blob/master/LICENSE )
14
13
15
14
Want to contribute? Feel free to open a pull request!
16
15
17
16
## Usage
18
17
19
- ### Codeforces stats card
18
+ ### Stats card
20
19
21
20
Simply copy the code below, paste it into your ` README.md ` , and change the username query parameter to your Codeforces username (case-insensitive).
22
21
@@ -27,18 +26,16 @@ Simply copy the code below, paste it into your `README.md`, and change the usern
27
26
Preview:
28
27
29
28
<p align =" center " >
30
- <img alt =" Codeforces Stats " src =" ./docs/images/static /card.svg " />
29
+ <img alt =" Codeforces Stats " src =" https://codeforces-readme-stats.vercel.app/api /card?username=redheadphone " />
31
30
</p >
32
31
33
- Congratulation! You are now showing your Codeforces stats on your profile!
34
-
35
32
Want a hyperlink? Try this:
36
33
37
34
``` md
38
35
[](https://codeforces.com/profile/redheadphone)
39
36
```
40
37
41
- ### Codeforces rating badge
38
+ ### Rating badge
42
39
43
40
Rating badge can also be added to your ` README.md ` , by coping and pasting the code below
44
41
@@ -49,7 +46,7 @@ Rating badge can also be added to your `README.md`, by coping and pasting the co
49
46
Preview:
50
47
51
48
<p align =" center " >
52
- <img alt =" Codeforces Badge " style =" height :30px " src =" ./docs/images/static /badge.svg " />
49
+ <img alt =" Codeforces Badge " style =" height :30px " src =" https://codeforces-readme-stats.vercel.app/api /badge?username=redheadphone " />
53
50
</p >
54
51
55
52
## Contributing
0 commit comments