Browse Source

Merge pull request #34 from youssseeef/patch-1

Fixed typo.
pull/35/head
Daniel Miessler 1 year ago committed by GitHub
parent
commit
0db2122440
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      README.md

2
README.md

@ -198,7 +198,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.

Loading…
Cancel
Save