From 6bc4dad38ab9f5e789a47b9416aba1558dc3958e Mon Sep 17 00:00:00 2001 From: AdamDang Date: Tue, 27 Mar 2018 23:50:26 +0800 Subject: [PATCH] Update README.md (#2267) It should be "your Ingress targets" in line 7. --- docs/examples/rewrite/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/rewrite/README.md b/docs/examples/rewrite/README.md index 0e2acf1cfe..f67cd90d58 100644 --- a/docs/examples/rewrite/README.md +++ b/docs/examples/rewrite/README.md @@ -4,7 +4,7 @@ This example demonstrates how to use the Rewrite annotations ## Prerequisites -You will need to make sure you Ingress targets exactly one Ingress +You will need to make sure your Ingress targets exactly one Ingress controller by specifying the [ingress.class annotation](/README.md#annotation-ingressclass), and that you have an ingress controller [running](/deploy/README.md) in your cluster.