Caleb Porzio 5 년 전
부모
커밋
a2b765dd56
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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"