Sfoglia il codice sorgente

Merge pull request #34 from chapmanjacobd/patch-1

Simpler import statement to make quickstart more universal
Ryan Chandler 5 anni fa
parent
commit
209671b9e8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -116,7 +116,7 @@ export default Spruce
 **app.js**
 
 ```javascript
-import Store from './store'
+import './store'
 import 'alpinejs'
 ```