From 16e8cc9d3b74ce85c51cb39fe1383fe1fa228752 Mon Sep 17 00:00:00 2001 From: Claudiu Lodromanean Date: Tue, 29 Aug 2017 11:01:56 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d11462fa0a..08ec189351 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,7 @@ selectWoo is also optimized for WordPress plugin development and is designed to [Usage is the same as select2](https://select2.github.io/examples.html), but can also be initialized with `.selectWoo()`. `.select2()` initialization has been kept for full backwards compatibility. If other versions of select2 are potentially going to be running on the same site, initializing elements with `.selectWoo()` is recommended. You can enqueue the select2 or the selectWoo js and css files in the dist folder. They are the same. + +**Accessibility Testing**: + +[Here are samples that can be used for accessibility testing.](https://woocommerce.github.io/selectWoo/accessibility-testing/)