From 9e8f4afce51f606666c4e190d8f9c4e0fb7540fa Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Sat, 6 Jan 2024 12:13:59 -0800 Subject: [PATCH] Fixed code. --- extract-wisdom/dmiessler/extract-wisdom-1.0.0/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/extract-wisdom/dmiessler/extract-wisdom-1.0.0/README.md b/extract-wisdom/dmiessler/extract-wisdom-1.0.0/README.md index d80f220..ad9dc4c 100644 --- a/extract-wisdom/dmiessler/extract-wisdom-1.0.0/README.md +++ b/extract-wisdom/dmiessler/extract-wisdom-1.0.0/README.md @@ -64,12 +64,13 @@ You can reference the `extractwisdom` **system** and **user** content directly l ````sh curl -sS https://github.com/danielmiessler/fabric/blob/main/extract-wisdom/dmiessler/extract-wisdom-1.0.0/system.md +``` ### System ```sh curl -sS https://github.com/danielmiessler/fabric/blob/main/extract-wisdom/dmiessler/extract-wisdom-1.0.0/user.md -```` +``` ## Output @@ -159,3 +160,4 @@ curl -sS https://raw.githubusercontent.com/danielmiessler/fabric/main/install.sh - **Author**: Daniel Miessler - **Version Information**: Main version. - **Published**: January 5, 2024 +````