Skip to content

Commit 992ff12

Browse files
committed
readme
1 parent 1fcf563 commit 992ff12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Reading application state.
4747

4848
```javascript
4949
const appState = require('./appState')()
50-
let appState = appState.get()
50+
let applicationState = appState.get()
5151
```
5252

5353
**Application state values are 'INIT', 'ERROR', 'RUNNING', 'STOPPED'**

0 commit comments

Comments
 (0)