Remove unnecessary paragraph (#15075)

* Remove unnecessary paragraph

Fixes issue #15027

* Revise per PR
This commit is contained in:
Richard Marcum
2019-06-27 11:55:22 -04:00
committed by Kubernetes Prow Robot
parent 2bf6120bbd
commit 6498cf861c
@@ -90,13 +90,13 @@ weight: 10
<div class="row">
<div class="col-md-8">
<p>For our first Deployment, we'll use a Node.js application packaged in a Docker container.
To create the Node.js application and deploy the Docker container, follow the instructions from the
<a href="/docs/tutorials/hello-minikube/">Hello Minikube tutorial</a>.</p>
<p>Now that you know what Deployments are, let's go to the online tutorial and deploy our first app!</p>
<p>
For your first Deployment, you'll use a Node.js application packaged in a Docker container. (If you didn't already try creating a
Node.js application and deploying a Node.js application and deploying it using a container, you can do that first by following the
instructions from the <a href="/docs/tutorials/hello-minikube/">Hello Minikube tutorial</a>).
<p>
<p>Now that you know what Deployments are, let's go to the online tutorial and deploy our first app!</p>
</div>
</div>
<br>