Ver Fonte

Update README

Caleb Porzio há 5 anos atrás
pai
commit
176d5d6c69
1 ficheiros alterados com 2 adições e 3 exclusões
  1. 2 3
      README.md

+ 2 - 3
README.md

@@ -29,12 +29,11 @@ Include it in your script.
 import 'alpinejs'
 ```
 
-**For IE11** Please use this script instead. Add the following script to the end of your `<head>`> section.
+**For IE11 support** Use the following script instead.
 ```html
-<script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v1.10.1/dist/alpine_ie11.js" defer></script>
+<script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v1.10.1/dist/alpine-ie11.js" defer></script>
 ```
 
-
 ## Use
 
 *Dropdown/Modal*