From cbaae4031571503e6d7efdcf53fbdb272d73d57b Mon Sep 17 00:00:00 2001 From: Shubham Rasal <95695273+Shubham-Rasal@users.noreply.github.com> Date: Tue, 25 Mar 2025 01:02:43 +0530 Subject: [PATCH] Update create-bad-word-filter-service.md (#6240) Replaced deploy command with appropriate create command. --- docs/bookstore/page-3/create-bad-word-filter-service.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/bookstore/page-3/create-bad-word-filter-service.md b/docs/bookstore/page-3/create-bad-word-filter-service.md index 30ddde4b2..81d84136c 100644 --- a/docs/bookstore/page-3/create-bad-word-filter-service.md +++ b/docs/bookstore/page-3/create-bad-word-filter-service.md @@ -44,7 +44,7 @@ This workflow ensures a smooth transition from development to deployment within ![Image 6](images/image6.png) ```shell -func deploy -b=s2i -v +func create -l python bad-word-filter ``` ???+ success "Verify" @@ -179,4 +179,4 @@ In this tutorial, you learned how to create a serverless function for a simple s Next, we'll be learning how to use Knative Sequence to connect the 2 ML workflows and make sure they are executed in the order you want. -[Go to Create Knative Sequence :fontawesome-solid-paper-plane:](../page-4/create-sequence-to-streamline-ML-workflows.md){ .md-button .md-button--primary } \ No newline at end of file +[Go to Create Knative Sequence :fontawesome-solid-paper-plane:](../page-4/create-sequence-to-streamline-ML-workflows.md){ .md-button .md-button--primary }