From 7d3c94ab1231367063b91f184fe8ce503251670f Mon Sep 17 00:00:00 2001 From: Adam Overa Date: Fri, 11 Oct 2024 15:54:50 -0400 Subject: [PATCH] CI Tests Fix 1 --- .../migrating-from-aws-lambda-to-knative/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guides/kubernetes/migrating-from-aws-lambda-to-knative/index.md b/docs/guides/kubernetes/migrating-from-aws-lambda-to-knative/index.md index 7a4acbf425..8f15ec2239 100644 --- a/docs/guides/kubernetes/migrating-from-aws-lambda-to-knative/index.md +++ b/docs/guides/kubernetes/migrating-from-aws-lambda-to-knative/index.md @@ -436,11 +436,11 @@ The [`func`](https://github.com/knative/func) CLI streamlines the developer expe ```output func is the command line interface for managing Knative Function resources - Create a new Node.js function in the current directory: - func create --language node myfunction + Create a new Node.js function in the current directory: + func create --language node myfunction - Deploy the function using Docker hub to host the image: - func deploy --registry docker.io/alice + Deploy the function using Docker hub to host the image: + func deploy --registry docker.io/alice Learn more about Functions: https://knative.dev/docs/functions/ Learn more about Knative at: https://knative.dev