From 64bd4a5f0f28e8771fec2c3fc742086267e3a11e Mon Sep 17 00:00:00 2001 From: drwolf1 Date: Mon, 31 Aug 2020 21:20:53 +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 | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 000000000..1b15c0540 --- /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 b4debb0b7..ec86cdcdc 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,8 @@ git remote add upstream https://github.com/kyclark/tiny_python_projects.git This will allow you to `git pull upstream master` in order to get updates. When you create new files, `git add/commit/push` them to *your* repository. (Please do not create pull requests on *my* repository -- unless, of course, you have suggestions for improving my repo!). +[![Run on Repl.it](https://repl.it/badge/github/drwolf/tiny_python_projects)](https://repl.it/github/drwolf/tiny_python_projects) + # Copyright © Ken Youens-Clark 2019-2020