From 14f3c77407fe7e72952c0e23c35caaddc990f868 Mon Sep 17 00:00:00 2001 From: Jerry Yasir Date: Sun, 20 Sep 2020 20:28:26 -0400 Subject: [PATCH] Update README.md --- samples/react-accordion-dynamic-section/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/react-accordion-dynamic-section/README.md b/samples/react-accordion-dynamic-section/README.md index ce23d6424..887f577f0 100644 --- a/samples/react-accordion-dynamic-section/README.md +++ b/samples/react-accordion-dynamic-section/README.md @@ -16,7 +16,7 @@ ### Usage -**1) Create or use a list for FAQ. It can have the FAQ like function with Title and a Content columns. You can also used the attached STP file if needed.:** +**1) Create or use a list for FAQs. It can have the FAQ format e.g. Title and a Content columns. You can also used the attached STP file if needed.:** - The value in the Accordian Title property for each item will appear in the heading bars of the Accordion. - The value in the Accordian Content property for each item will appear in the collapsible content section of the Accordion @@ -26,7 +26,7 @@ ![FAQ list Template for use with the Accordion](./assets/FAQsList.stp) ![FAQ Site Script use with the Accordion](./assets/FAQsList.json) -**2) Add the Accordion Section web part to your page & select your list:** +**2) Add the Dynamic Accordion Section web part to your page & select your list, category, title and content columns. Click Apply and Publish:** ![Select list and other properties from property panel for use with the Accordion](./assets/AccordionSettings1.png) ![Completed properties.](./assets/AccordionSettings2.png)