Browse Source

Update README.md

I was using TypeScript and it was a little confusing why it wasn't working. If you don't use `Store` in app.ts it won't include the import so this simpler import statement will be less confusing for beginners
Jacob Chapman 5 years ago
parent
commit
bb9548b4b4
1 changed files with 1 additions and 1 deletions
  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'
 ```