Browse Source

Fix HTML comment bug

Jeroen van Rensen 4 years ago
parent
commit
dc11370c88
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -191,7 +191,7 @@ You can extract data (and behavior) into reusable functions:
     <button x-on:click="open">Open</button>
 
     <div x-show="isOpen()" x-on:click.away="close">
-        // Dropdown
+        <!-- Dropdown -->
     </div>
 </div>