Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6ebfda0

Browse files
authored
Merge pull request #1 from drwolf/replit-readme
Add run on repl.it badge to README
2 parents 9f15986 + 64bd4a5 commit 6ebfda0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.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)