From 951bbaf086b786feb78c09bd3896e0121bbead46 Mon Sep 17 00:00:00 2001 From: Ryan Gregg Date: Wed, 11 Jul 2018 09:49:07 -0700 Subject: [PATCH] Fix grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7ae7cfcf..c2a3ce985 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ common patterns and codify the best practices shared by successful real-world Kubernetes-based frameworks and applications, such as: - [Orchestrating source-to-container workflows on Kubernetes](build/README.md) -- [Deploy an container to Knative](install/getting-started-knative-app.md) +- [Deploying a container to Knative](install/getting-started-knative-app.md) - [Updating your application on day 2 without an outage](serving/updating-an-existing-app.md) - [Automatic scaling and sizing applications based on demand](serving/auto-scaling-with-knative.md) - [Binding events to functions, apps, and containers with Knative](events/binding-events-with-knative.md)