From 42fb5fa93b5fbc73d2cf5844cabfce9e48965317 Mon Sep 17 00:00:00 2001 From: Viljami Salminen Date: Thu, 24 Sep 2020 20:20:56 +0300 Subject: [PATCH] Adds improvements to the introduction chapter --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71c56fc..d1a8653 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ # Duet Date Picker -Duet Date Picker is an open source version of Duet Design System’s [WCAG 2.1 compliant date picker](https://www.duetds.com/components/date-picker/). Duet Date Picker can be implemented and used across any JavaScript framework or no framework at all. We accomplish this by using standardized web platform APIs and Web Components. +Duet Date Picker is an open source version of Duet Design System’s [accessible date picker](https://www.duetds.com/components/date-picker/). Duet Date Picker can be implemented and used across any JavaScript framework or no framework at all. We accomplish this by using standardized web platform APIs and Web Components. -Why yet another date picker? Our team working on [Duet Design System](https://www.duetds.com/) couldn’t find an existing date picker that would’ve ticked all the requirements we had for accessibility _(supporting WCAG 2.1),_ so we decided to build one and open source it so that others could benefit from this work as well. +Why yet another date picker? Our team working on [Duet Design System](https://www.duetds.com/) couldn’t find an existing date picker that would’ve ticked all the requirements we had for accessibility _(supporting WCAG 2.1 as well as we can),_ so we decided to build one and open source it so that others could benefit from this work as well. Duet Date Picker comes with built-in functionality that allows you to set a minimum and a maximum allowed date. These settings can be combined or used alone, depending on the need. Please note that the date values must be passed in IS0-8601 format: `YYYY-MM-DD`.