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