From 43c662dc4b4215415ce133f2f29e18675e69f33a Mon Sep 17 00:00:00 2001 From: Rawwwws Date: Sun, 26 Jul 2020 04:18:42 +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 | 1 + 2 files changed, 3 insertions(+) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 0000000..2aff877 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "bash" +run = "" \ No newline at end of file diff --git a/README.md b/README.md index 6715c62..59686e7 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,4 @@ For help getting started with Flutter, view our online [documentation](http://flutter.io/). +[![Run on Repl.it](https://repl.it/badge/github/braulio94/menu_flutter)](https://repl.it/github/braulio94/menu_flutter) \ No newline at end of file