From 46b3162a177ac144e12d43eac451369eb9d38091 Mon Sep 17 00:00:00 2001 From: Les De Ridder Date: Wed, 24 Oct 2018 01:16:26 +0200 Subject: [PATCH] Clarify readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 008c28d..29469cb 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A simple (straw) poll web application made with [Laravel 5.7](https://laravel.co ## Features * Many useful options (multiple answers, automatic closing of poll at a chosen date, hiding results until poll is closed, etc.) - * Optional duplication checking via generated voting codes + * Optional duplication checking via generated single-use voting codes * Sane endpoints/'RESTful API' (with optional JSON output via HTTP Accept header) * Simple CSS based on [Cutestrap](https://cutestrap.com) * No JS is used