From 1ad25b743964d144ef99307d3f8c119d1b77f31b Mon Sep 17 00:00:00 2001 From: Collin Henderson Date: Mon, 31 Oct 2022 13:53:49 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fb9ea1..78acedd 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [Check out the demo](https://lssm-js.netlify.app/) -## Can I customize the style my lists? +## Can I customize the style of my lists? `lssm` works purely with data and has no opinions on your UI layer. You can use a list manager to return the currently selected items, compare them against the orignal list of items, and render your UI accordingly.