From 048be0ce9f37755826d868c5737e3cee3eeac6e0 Mon Sep 17 00:00:00 2001 From: Ivan Nikittin Date: Thu, 19 Jul 2018 16:38:12 -0700 Subject: [PATCH] Update README.md --- serving/samples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serving/samples/README.md b/serving/samples/README.md index 8bf7d5071..242acbcfb 100644 --- a/serving/samples/README.md +++ b/serving/samples/README.md @@ -8,7 +8,7 @@ to learn more about Knative Serving resources. | ---- | ----------- |:---------:| | Hello World | A quick introduction that highlights how to deploy an app using Knative Serving. | [C#](helloworld-csharp/README.md), [Go](helloworld-go/README.md), [Java](helloworld-java/README.md), [Node.js](helloworld-nodejs/README.md), [PHP](helloworld-php/README.md), [Python](helloworld-python/README.md), [Ruby](helloworld-ruby/README.md), [Rust](helloworld-rust/README.md) | | Advanced Deployment | Simple blue/green-like application deployment pattern illustrating the process of updating a live application without dropping any traffic. | [YAML](blue-green-deployment.md) | -| Autoscale | A demonstration of the autoscaling capabilities of an Knative Serving Revision. | [Go](autoscale-go/README.md) | +| Autoscale | A demonstration of the autoscaling capabilities of Knative. | [Go](autoscale-go/README.md) | | Private Repo Build | An example of deploying a Knative Serving Service using a Github deploy-key and a DockerHub image pull secret. | [Go](build-private-repo-go/README.md) | | Buildpack for Applications | A sample app that demonstrates using Cloud Foundry buildpacks on Knative Serving. | [.NET](buildpack-app-dotnet/README.md) | | Buildpack for Functions | A sample function that demonstrates using Cloud Foundry buildpacks on Knative Serving. | [Node.js](buildpack-function-nodej/README.md) |