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
  • List Item 3
  • - ``` ## License @@ -136,5 +131,4 @@ License, Version 2, as published by Sam Hocevar. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. You just DO WHAT THE FUCK YOU WANT TO. - ```