Browse Source

Merge pull request #34 from chapmanjacobd/patch-1

Simpler import statement to make quickstart more universal
Ryan Chandler 5 năm trước cách đây
mục cha
commit
209671b9e8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'
 ```