diff --git a/README.md b/README.md index d88b577..b109f4d 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ require('accessibility-widgets'); - + ``` ### NPM @@ -129,7 +129,7 @@ require('accessibility-widgets/widget.js'); The widget works out of the box with zero configuration: ```html - + ``` ### Custom Configuration @@ -157,7 +157,7 @@ window.ACCESSIBILITY_WIDGET_CONFIG = { } }; - + ``` ### Full Configuration Options @@ -320,7 +320,7 @@ window.ACCESSIBILITY_WIDGET_CONFIG = { } }; - + ``` ## 🎤 Voice Commands @@ -423,7 +423,7 @@ Cycle through Arial (modern sans-serif), Times New Roman (traditional serif), an

This site is fully accessible.

- + ``` @@ -455,7 +455,7 @@ Cycle through Arial (modern sans-serif), Times New Roman (traditional serif), an } }; - + ```