1
0
Caleb Porzio 5 жил өмнө
parent
commit
aa7d1914d7
1 өөрчлөгдсөн 2 нэмэгдсэн , 4 устгасан
  1. 2 4
      README.md

+ 2 - 4
README.md

@@ -10,14 +10,12 @@ Think of it like [Tailwind](https://tailwindcss.com/) for JavaScript.
 
 ## Install
 
-**From CDN**
-Add the following script to the end of your `<head>` section.
+**From CDN:** Add the following script to the end of your `<head>` section.
 ```html
 <script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v1.0.0/dist/alpine.min.js" defer></script>
 ```
 
-**From NPM**
-Install the package from NPM.
+**From NPM:** Install the package from NPM.
 ```js
 npm i alpinejs
 ```