Fix 2 issues in ReadME: (#2484)
L40 - There should be a comma before the conjunction and final list item. L47 - Typo: Lion is distributes -> Lion is distributed
This commit is contained in:
parent
a181a035e9
commit
65f23cb6e9
1 changed files with 2 additions and 2 deletions
|
|
@ -37,14 +37,14 @@
|
||||||
<a href="https://lion.js.org/blog/">Blog</a>
|
<a href="https://lion.js.org/blog/">Blog</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
**Lion is a set of highly performant, accessible and flexible Web Components.!**
|
**Lion is a set of highly performant, accessible, and flexible Web Components.**
|
||||||
|
|
||||||
They provide an unopinionated, white-label layer that can be extended to your own layer of components.
|
They provide an unopinionated, white-label layer that can be extended to your own layer of components.
|
||||||
|
|
||||||
- **High Performance:** Focused on great performance in all relevant browsers with a minimal number of dependencies.
|
- **High Performance:** Focused on great performance in all relevant browsers with a minimal number of dependencies.
|
||||||
- **Accessibility:** Aimed at compliance with the WCAG 2.2 AA standard to create components that are accessible for everybody.
|
- **Accessibility:** Aimed at compliance with the WCAG 2.2 AA standard to create components that are accessible for everybody.
|
||||||
- **Flexibility:** Provides solutions through Web Components and JavaScript classes which can be used, adopted and extended to fit all needs.
|
- **Flexibility:** Provides solutions through Web Components and JavaScript classes which can be used, adopted and extended to fit all needs.
|
||||||
- **Modern Code:** Lion is distributes as pure es modules.
|
- **Modern Code:** Lion is distributed as pure es modules.
|
||||||
- **Exposes functions/classes and Web Components:** Ships a functionality in its most appropriate form.
|
- **Exposes functions/classes and Web Components:** Ships a functionality in its most appropriate form.
|
||||||
|
|
||||||
> Note: Our demo examples might look simple and not very stylish. This is on purpose. They are designed to be basic so you can easily add your own styles to them to match your intended design, without dealing with styles that are already there.
|
> Note: Our demo examples might look simple and not very stylish. This is on purpose. They are designed to be basic so you can easily add your own styles to them to match your intended design, without dealing with styles that are already there.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue