We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fcf563 commit 992ff12Copy full SHA for 992ff12
README.md
@@ -47,7 +47,7 @@ Reading application state.
47
48
```javascript
49
const appState = require('./appState')()
50
-let appState = appState.get()
+let applicationState = appState.get()
51
```
52
53
**Application state values are 'INIT', 'ERROR', 'RUNNING', 'STOPPED'**
0 commit comments