diff --git a/TestDrive.md b/TestDrive.md index a614d819..f91cccb1 100644 --- a/TestDrive.md +++ b/TestDrive.md @@ -84,7 +84,7 @@ You can access the sample functions via the command line with a HTTP POST reques * Invoke the markdown function with the CLI: ``` -$ echo "# Test *Drive*"| faas-cli invoke func_markdown +$ echo "# Test *Drive*"| faas-cli invoke --name func_markdown

Test Drive

```