mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-02-12 06:55:08 -05:00
Update README.md
Fix typo in one of the code examples
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user