Skip to content

Commit eb63f6c

Browse files
committed
Update README to include gym contests
1 parent 2c1a44f commit eb63f6c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/coderick14/ACedIt/issues)
2-
[![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/coderick14/ACedIt/)
3-
[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php)
2+
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.png?v=103)](https://github.com/coderick14/ACedIt)
3+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
44
<h1 align="center">
55
<img src="https://github.com/coderick14/ACedIt/blob/master/images/logo.png" width="500"/><br/>
66
</h1>
@@ -10,7 +10,7 @@ A command line tool to run your code against sample test cases. Without leaving
1010
![ACedIt demo GIF](https://github.com/coderick14/ACedIt/blob/master/images/demo.gif "Simple demo of how ACedIt works" )
1111

1212
#### Supported sites
13-
+ Codeforces
13+
+ Codeforces (including gyms)
1414
+ Codechef
1515
+ Spoj
1616
+ Hackerrank
@@ -39,7 +39,7 @@ pip install --user ACedIt
3939
usage: acedit [-h] [-s {codeforces,codechef,hackerrank,spoj}] [-c CONTEST]
4040
[-p PROBLEM] [-f] [--run SOURCE_FILE]
4141
[--set-default-site {codeforces,codechef,hackerrank,spoj}]
42-
[--set-default-contest DEFAULT_CONTEST]
42+
[--set-default-contest DEFAULT_CONTEST] [--clear-cache]
4343
4444
optional arguments:
4545
-h, --help show this help message and exit

0 commit comments

Comments
 (0)