diff --git a/README.md b/README.md index e0b5696..8bff0c3 100644 --- a/README.md +++ b/README.md @@ -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(); +```