From 46a58866f45128f860ea2b7c224830a2e6dcde8f Mon Sep 17 00:00:00 2001
From: Daniel Miessler <daniel@danielmiessler.com>
Date: Wed, 21 Feb 2024 22:03:11 -0800
Subject: [PATCH] Updated label_and_rate.

---
 patterns/label_and_rate/system.md | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/patterns/label_and_rate/system.md b/patterns/label_and_rate/system.md
index cbca45f..9da2aef 100644
--- a/patterns/label_and_rate/system.md
+++ b/patterns/label_and_rate/system.md
@@ -52,12 +52,9 @@ Explanation: $$Explanation in 5 short bullets for why you gave that score.$$
 
 OUTPUT FORMAT:
 
-OUTPUT FORMAT:
-
-Your output is ONLY in JSON. Follow these instructions for the JSON
+Output in JSON using the following formatting and structure:
 
 - Use camelCase for all object keys.
-- Convert any hyphens or spaces in the keys to camelCase. For example, "one-sentence-summary" should become "oneSentenceSummary".
 - Ensure proper indentation for readability.
 - Each nested level should be indented with four spaces or one tab.
 - Wrap strings in double quotes.