From aaef99f731f57d70239a3c1cca6783d1b50bf743 Mon Sep 17 00:00:00 2001 From: Anton Egorov <46863019+ntoneee@users.noreply.github.com> Date: Tue, 24 Jan 2023 22:48:22 +0300 Subject: [PATCH] Add Python code syntax highlighting in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 628afbd..cb87d4f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Codeforces scraper provides a gentle way to interact with Codeforces -``` +```python3 from codeforces_scraper import Scraper from codeforces_scraper.languages import some_compiler_by_ext from getpass import getpass