From 6a5b1589eff6cb29b574dabf7b5c0d98074b5ad6 Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Fri, 11 Dec 2020 15:37:32 -0600 Subject: [PATCH] Update README for 2.x --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4f8358..fbad40d 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ Simple Flashcards takes a set of text values, one value per line, and shows them to the user one at a time. It has the following features: -* Configurable timing between cards. +* Support for prompts only or prompts and answers. +* Image URLs can be used as values for pictoral flashcards. +* Configurable timing between cards and answers. * Configurable size of the text (small, medium, and large). * In-order, reverse-order, and random-order traversal of the cards. * Support for saving/loading settings and inputs (locally to the browser). * Support for importing/exporting saved card sets as a file. +* Support for importing saved card sets from a URL. Simple Flashcards is available at http://flashcards.jdbernard.com