From 7b3bcfdb3ffde0e14acaf81188043c0417e643bb Mon Sep 17 00:00:00 2001 From: Ramil Date: Sun, 21 Jun 2020 07:05:42 +0000 Subject: [PATCH] Add run on repl.it badge to README This pull request adds a `Run on Repl.it` badge to the `README`. This will allow users to easily run this repository in their browser, without having to set up an environment. You can learn more about Repl.it [here](https://repl.it). --- .replit | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 0000000..1b15c05 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "python3" +run = "" \ No newline at end of file diff --git a/README.md b/README.md index 12c1f6d..f215a91 100755 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ # Python-project +[![Run on Repl.it](https://repl.it/badge/github/ram-smart/tasks_python)](https://repl.it/github/ram-smart/tasks_python) \ No newline at end of file