Explorar el 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 hace 5 años
padre
commit
bb9548b4b4
Se han modificado 1 ficheros con 1 adiciones y 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'
 ```