Skip to content

Commit

Permalink
add state clearing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
andybons committed Dec 3, 2019
1 parent ce52bf4 commit b847de3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,10 @@ $ go run ./cmd/data > data.js
$ npm run start
```

State is saved locally via localstorage, making it safe to reload.
State is saved locally via `localStorage`, making it safe to reload.

If you would like to clear your local state, open the console and type:

```js
localStorage.clear();
```

0 comments on commit b847de3

Please sign in to comment.