Browse Source

[DOCS] Remove unneeded words

James Rodewig 4 years ago
parent
commit
0f02783139
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/tab-widgets/quick-start-install.asciidoc

+ 2 - 2
docs/reference/tab-widgets/quick-start-install.asciidoc

@@ -4,7 +4,7 @@ include::{docs-root}/shared/cloud/ess-getting-started.asciidoc[tag=generic]
 // end::cloud[]
 
 // tag::self-managed[]
-**Install and run {es} using Docker**
+**Install and run {es}**
 
 ifeval::["{release-state}"=="unreleased"]
 NOTE: No Docker image is currently available for {es} {version}.
@@ -25,7 +25,7 @@ docker run --name es01-test --net elastic -p 9200:9200 -p 9300:9300 -e "discover
 ----
 endif::[]
 
-**Install and run {kib} using Docker**
+**Install and run {kib}**
 
 To analyze, visualize, and manage {es} data using an intuitive UI, install
 {kib}.