Adding formatting stuff to readme.

This commit is contained in:
Daniel Miessler 2024-01-05 19:47:22 -08:00
parent fcb0a73696
commit 2581bdd03b

View File

@ -15,18 +15,26 @@
</div> </div>
> **NOTE** <br />
> This is not the correct instructions yet, so hold off until this note is removed.
> **NOTE**<br />
> These are not the correct instructions yet, so hold off until this note is removed.
## Description ## Description
`extract-wisdom` is a [Fabric](https://github.com/danielmiessler/fabric) pattern that _extracts wisdom_ from any text. For example: `extract-wisdom` is _extracts wisdom_ from any content that can be turned into a text format. For example:
- Podcast transcripts - Podcast transcripts
- Academic papers - Academic papers
- Essays - Essays
- Blog posts - Blog posts
- Anything you can get into text! - Etc…
Really, anything you can get into text!
### Problem
The problem that `extractwisdom` is addressing is the fact that there's **too much content** out there. Too many YouTube videos, too many podcasts, too many academic papers, too many blog posts, and so on.
## Installation ## Installation