Pārlūkot izejas kodu

Merge pull request #89 from opdavies/install-import-eslint-error

Update the example import statement, fix eslint error
Caleb Porzio 5 gadi atpakaļ
vecāks
revīzija
14b41b6f5e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -26,7 +26,7 @@ npm i alpinejs
 
 Include it in your script.
 ```js
-import Alpine from 'alpinejs'
+import 'alpinejs'
 ```
 
 For IE11, polyfills will need to be provided. Please load the following scripts before the Alpine script above.