Skip to content

Commit 966f3c5

Browse files
committed
Invert logic to make sense
1 parent a841ae7 commit 966f3c5

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
@@ -101,7 +101,7 @@ Url prefix to be used in conjunction with host and resource paths. eg. http://12
101101
- Default: `/api`
102102

103103
### enable
104-
Whether the component should be enabled or disabled. Defaults to `false`, flip it to `true` if you need to turn the component off without removing the configuration for some reason.
104+
Whether the component should be enabled or disabled. Defaults to `true`, flip it to `false` if you need to turn the component off without removing the configuration for some reason.
105105

106106
#### example
107107
```js

0 commit comments

Comments
 (0)