Caleb Porzio 5 years ago
parent
commit
a2b765dd56
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -282,7 +282,7 @@ It's important that `x-if` is used on a `<template></template>` tag because Alpi
 
 ### `x-transition`
 **Example:**
-```
+```html
 <div
     x-show="open"
     x-transition:enter="ease-out transition-slow"
@@ -294,7 +294,7 @@ It's important that `x-if` is used on a `<template></template>` tag because Alpi
 >...</div>
 ```
 
-```
+```html
 <template x-if="open">
     <div
         x-transition:enter="ease-out transition-slow"