diff --git a/README.md b/README.md index fcd9e1a..2b206ff 100644 --- a/README.md +++ b/README.md @@ -59,19 +59,16 @@ $(document.body).app($d .s("color", "black") .t("The quick brown fox jumped over the lazy, sleeping dog.") ); - ``` renders (with added spaces) as ``` -...
The quick brown fox jumped over the lazy, sleeping dog.
- ``` ### Create a List @@ -95,7 +92,6 @@ const $ul = $d }); $(document.body).app($ul); - ``` renders (with added spaces) as @@ -108,7 +104,6 @@ renders (with added spaces) as