Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tommasoberlose committed May 29, 2024
1 parent 2cb2eb9 commit a4137c9
Show file tree
Hide file tree
Showing 3 changed files with 917 additions and 946 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1

- name: Lint
run: yarn lint

- name: Test
run: yarn test --ci --coverage --maxWorkers=2

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Replace `createSlice` and `configureStore` with `persistSlice` and `configurePer

```typescript
// slice.ts

const slice = persistSlice(...sliceOptions);

// store.ts
Expand Down
Loading

0 comments on commit a4137c9

Please sign in to comment.