From 67090b0e31d9ac504b1afcb7073735a8e81a1733 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 15 Feb 2024 11:41:07 +0800 Subject: [PATCH] Update pipe method names --- pipe/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipe/README.md b/pipe/README.md index 7895da9a..48df8b86 100644 --- a/pipe/README.md +++ b/pipe/README.md @@ -42,7 +42,7 @@ yao run pipes. [args...] If interrupted by user input interface, it returns a context ID for resuming execution. -### pipe.run +### pipe.Run Run Pipe, equivalent to `pipes.` @@ -50,7 +50,7 @@ Run Pipe, equivalent to `pipes.` yao run pipe.run [args...] ``` -### pipe.create +### pipe.Create Pass DSL text to create and run Pipe