Explorar o código

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 %!s(int64=5) %!d(string=hai) anos
pai
achega
bb9548b4b4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'
 ```