From 2d9e93272de778cdd7d6b848fa8aea33fb8291fa Mon Sep 17 00:00:00 2001 From: Thomas Riboulet Date: Sat, 30 May 2020 15:06:39 +0200 Subject: [PATCH] add readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..da9cb81 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# README + +[![Build Status](https://git2.imfiny.com/api/badges/OpenSource/sinatra_hello/status.svg)](https://git2.imfiny.com/OpenSource/sinatra_hello) + +A simple, hello world ruby (sinatra) application. + +You can also find it on [Docker hub](https://hub.docker.com/repository/docker/mcansky/sinatra_hello).