Skip to content

Commit 1b8c005

Browse files
committed
Update readme. Fix typo in docs.
1 parent 45d6f85 commit 1b8c005

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Judge0 Python SDK
22

3+
[![X (formerly Twitter) Follow](https://img.shields.io/twitter/follow/Judge0HQ)](https://x.com/Judge0HQ)
4+
[![X (formerly Twitter) Follow](https://img.shields.io/twitter/follow/hermanzvonimir)](https://x.com/hermanzvonimir)
5+
6+
[![License](https://img.shields.io/github/license/judge0/judge0-python)](LICENSE)
7+
[![Release](https://img.shields.io/github/v/release/judge0/judge0-python)](https://github.com/judge0/judge0/releases)
8+
[![Stars](https://img.shields.io/github/stars/judge0/judge0-python)](https://github.com/judge0/judge0-python/stargazers)
9+
![PyPI - Downloads](https://img.shields.io/pypi/dw/judge0)
10+
311
The official Python SDK for Judge0.
412
```python
513
>>> import judge0

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can run minimal Hello World example in three easy steps:
1919
2020
import judge0
2121
22-
submission = judge.run(source_code="print('Hello Judge0!')")
22+
submission = judge0.run(source_code="print('Hello Judge0!')")
2323
print(submission.stdout)
2424
2525
3. Run the script.

0 commit comments

Comments
 (0)