From c3eafe5af5efe73f1bed3cdf9de9c49f6fc28b80 Mon Sep 17 00:00:00 2001 From: Youssef Salama Date: Sun, 4 Feb 2024 22:41:43 +0100 Subject: [PATCH] Update README.md Fix typo in one of the code examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dca723..cc9d5bf 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ The client, by default, runs Fabric patterns without needing a server (the Patte 1. Run the `summarize` Pattern based on input from `stdin`. In this case, the body of an article. ```bash -pbpaste | fabric -pattern summarize +pbpaste | fabric --pattern summarize ``` 2. Run the `analyze_claims` Pattern with the `--stream` option to get immediate and streaming results. ```bash