Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vencakrecl committed Nov 23, 2020
1 parent b0a0ae8 commit ab531db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ yarn add vuex-simple-cache
```js
import Vue from 'vue';
import Vuex, { Store } from 'vuex';
import { cacheAction } from 'vuex-simple-cache';
import VuexSimpleCache from 'vuex-simple-cache';

Vue.use(Vuex);

Expand Down

0 comments on commit ab531db

Please sign in to comment.