Skip to content

Commit 64bd4a5

Browse files
committed
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).
1 parent 9f15986 commit 64bd4a5

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.replit

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
language = "python3"
2+
run = ""

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ git remote add upstream https://github.com/kyclark/tiny_python_projects.git
6969

7070
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!).
7171

72+
[![Run on Repl.it](https://repl.it/badge/github/drwolf/tiny_python_projects)](https://repl.it/github/drwolf/tiny_python_projects)
73+
7274
# Copyright
7375

7476
© Ken Youens-Clark 2019-2020

0 commit comments

Comments
 (0)