Skip to content

Commit af7a2b8

Browse files
committed
Fix Readme - its 'enabled', not 'enable'
1 parent 2504662 commit af7a2b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Copy `elasticsearch-http-basic-<version>.jar` to `plugins/http-basic`. Or use `b
1111
The plugin is disabled by default. Enabling basic authorization will disable the default HTTP Transport module.
1212

1313
```
14-
http.basic.enable = true
14+
http.basic.enabled = true
1515
http.basic.user = "my_username"
1616
http.basic.password = "my_password"
1717
```
1818

19-
Be aware that the password is stored in plain text.
19+
Be aware that the password is stored in plain text.

0 commit comments

Comments
 (0)