Skip to content

Commit d5e525f

Browse files
committed
Added project like an example
1 parent 0b1ca24 commit d5e525f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ With pip:
1010
pip install CodeforcesApiPy
1111
```
1212

13-
From repository:
13+
From the repository:
1414

1515
```bash
1616
git clone https://github.com/VadVergasov/CodeforcesApiPy.git
@@ -29,3 +29,10 @@ anonim_cf_api = codeforces_api.CodeforcesApi() #Unauthorized access.
2929

3030
parser = codeforces_api.CodeforcesParser() #Parse some info.
3131
```
32+
33+
Examples
34+
---------
35+
36+
Here are some examples of using this library:
37+
38+
* [A2OJ](https://github.com/subodhk01/a2oj) by subodhk01 - allows you to look at your ladder progress.

0 commit comments

Comments
 (0)