From cec4832ccaf3852d4ef2a27f05354416f522cc67 Mon Sep 17 00:00:00 2001 From: Marc Johlic Date: Thu, 4 Jan 2018 16:26:28 -0500 Subject: [PATCH] Update README.md Added link back to react-examples repo (to keep in sync with Va11yS). Updated links for react-helmet, react-range, and aria landmarks --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 725eda9..2f7b52f 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,14 @@ These React examples are a single page React application deployed on GitHub. It To see the working demo, go to [React Examples](https://snidersd.github.io/react-examples/#/). +The source code is in the [React Examples repository](https://github.com/snidersd/react-examples). + Select the link in the left navigation pane of the demo to view the example for each element. Accessibility test results are also included at the bottom of each example. To improve accessibility, the following packages have been added to the application: -The [react-helmet] (https://github.com/nfl/react-helmet) package to manage the page title. -The [react-range] (https://www.npmjs.com/package/react-range) package to create the form slider. -[W3C WAI ARIA Landmarks] (https://www.w3.org/WAI/GL/wiki/Using_ARIA_landmarks_to_identify_regions_of_a_page) to identify regions to a page. +The [react-helmet](https://github.com/nfl/react-helmet) package to manage the page title. +The [react-range](https://www.npmjs.com/package/react-range) package to create the form slider. +[W3C WAI ARIA Landmarks](https://www.w3.org/WAI/GL/wiki/Using_ARIA_landmarks_to_identify_regions_of_a_page) to identify regions to a page. ## Installation Instructions Follow these steps to install the React Examples application: