From bb225c2a849e84c33fa77db16066282a7d790ea1 Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 17 Sep 2020 12:58:14 +0000 Subject: [PATCH] Add run on repl.it badge to README This pull request adds a badge to the . 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..b254f48 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "python3" +run = "echo hello word" \ No newline at end of file diff --git a/README.md b/README.md index 9a93d24..31d3b8b 100644 --- a/README.md +++ b/README.md @@ -52,3 +52,4 @@ python3 app.py or flask run [MIT](https://choosealicense.com/licenses/mit/) +[![Run on Repl.it](https://repl.it/badge/github/vivekkairi/quiz-app-flask)](https://repl.it/github/vivekkairi/quiz-app-flask) \ No newline at end of file