Remove --xpack.endpoint.enabled=true from README.md file (#67053)

- Remove endpoint flag from readme file
This commit is contained in:
Paul Tavares 2020-05-20 07:49:15 -04:00 committed by GitHub
parent 27fe2650b6
commit dd09c0da9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ One common development workflow is:
```
- Start Kibana in another shell
```
yarn start --xpack.ingestManager.enabled=true --no-base-path --xpack.endpoint.enabled=true
yarn start --xpack.ingestManager.enabled=true --no-base-path
```
This plugin follows the `common`, `server`, `public` structure from the [Architecture Style Guide