Update extract article wisdom README.md
fixed curl commands - are they obsolete?
This commit is contained in:
parent
1c937fc03b
commit
1da9b0bb79
@ -61,13 +61,13 @@ You can reference the `extractwisdom` **system** and **user** content directly l
|
|||||||
### Pull the _system_ prompt directly
|
### Pull the _system_ prompt directly
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -sS https://github.com/danielmiessler/fabric/blob/main/extract-wisdom/dmiessler/extract-wisdom-1.0.0/system.md
|
curl -sS https://raw.githubusercontent.com/danielmiessler/fabric/main/patterns/extract_wisdom/dmiessler/extract_wisdom-1.0.0/system.md
|
||||||
```
|
```
|
||||||
|
|
||||||
### Pull the _user_ prompt directly
|
### Pull the _user_ prompt directly
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -sS https://github.com/danielmiessler/fabric/blob/main/extract-wisdom/dmiessler/extract-wisdom-1.0.0/user.md
|
curl -sS https://raw.githubusercontent.com/danielmiessler/fabric/main/patterns/extract_wisdom/dmiessler/extract_wisdom-1.0.0/user.md
|
||||||
```
|
```
|
||||||
|
|
||||||
## Output
|
## Output
|
||||||
|
Loading…
x
Reference in New Issue
Block a user