diff --git a/examples/mysql-wordpress-pd/README.md b/examples/mysql-wordpress-pd/README.md index 626ada3370..7050c24e38 100644 --- a/examples/mysql-wordpress-pd/README.md +++ b/examples/mysql-wordpress-pd/README.md @@ -55,7 +55,7 @@ Demonstrated Kubernetes Concepts: * [Secrets](http://kubernetes.io/docs/user-guide/secrets/) to store sensitive passwords. -## tl;dr Quickstart +## Quickstart Put your desired mysql password in a file called `password.txt` with no trailing newline. The first `tr` command will remove the newline if @@ -76,7 +76,7 @@ kubectl create -f https://raw.githubusercontent.com/kubernetes/kubernetes/master - [Persistent Installation of MySQL and WordPress on Kubernetes](#persistent-installation-of-mysql-and-wordpress-on-kubernetes) - - [tl;dr Quickstart](#tldr-quickstart) + - [Quickstart](#quickstart) - [Table of Contents](#table-of-contents) - [Cluster Requirements](#cluster-requirements) - [Decide where you will store your data](#decide-where-you-will-store-your-data) diff --git a/examples/volumes/nfs/README.md b/examples/volumes/nfs/README.md index a8347f806a..b7a3711a78 100644 --- a/examples/volumes/nfs/README.md +++ b/examples/volumes/nfs/README.md @@ -55,7 +55,7 @@ Note, this example uses an NFS container that doesn't support NFSv4. [nfs pv example]: nfs-pv.png -## tl;dr Quickstart +## Quickstart ```console $ kubectl create -f examples/volumes/nfs/provisioner/nfs-server-gce-pv.yaml