From a1c4d06845f0bab3bf9d40632c5dd276df301644 Mon Sep 17 00:00:00 2001 From: Wolvan Date: Sun, 30 Jan 2022 19:40:10 +0100 Subject: [PATCH] Update README.md to include links to live version --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7f53610..18e082b 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ With strawpoll being somewhat very broken I decided to implement my own. Let's g ## What is this If you have never used strawpoll, in short this is a website to easily make small polls without a fuss. +A live version is available [here](https://poll.horse/). This version is always based on the current `master` branch and release tags.
+You want more cutting edge? Under [dev.poll.horse](https://dev.poll.horse/) you can find the most recent builds based on the current commit of the `dev` branch. New features can be tested here but the integrity of the database is not guaranteed and may be occasionally wiped. + ## API This service offers an API to create and get the status of polls. The API Docs can be found [here](API.md).