Skip to content

Commit bd91326

Browse files
Add run on repl.it badge to README (#21)
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 ffe0516 commit bd91326

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.replit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
run = "python rummy/play.py"
1+
run = "python rummy/play.py"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
22
[![Build Status](https://travis-ci.org/sarcoma/Python-Rummy.svg?branch=master)](https://travis-ci.org/sarcoma/Python-Rummy) [![codecov](https://codecov.io/gh/sarcoma/Python-Rummy/branch/master/graph/badge.svg)](https://codecov.io/gh/sarcoma/Python-Rummy)
3+
[![Run on Repl.it](https://repl.it/badge/github/sarcoma/Python-Rummy)](https://repl.it/github/sarcoma/Python-Rummy)
34

45
# Command Line Rummy in Python 3
56

0 commit comments

Comments
 (0)