Răsfoiți Sursa

Fix pattern #18 curly quotes example

Co-Authored-By: Warp <agent@warp.dev>
blader 5 luni în urmă
părinte
comite
3b11791205
2 a modificat fișierele cu 5 adăugiri și 4 ștergeri
  1. 2 1
      README.md
  2. 3 3
      SKILL.md

+ 2 - 1
README.md

@@ -77,7 +77,7 @@ Based on [Wikipedia's "Signs of AI writing"](https://en.wikipedia.org/wiki/Wikip
 | 15 | **Inline-header lists** | "**Performance:** Performance improved" | Convert to prose |
 | 16 | **Title Case Headings** | "Strategic Negotiations And Partnerships" | "Strategic negotiations and partnerships" |
 | 17 | **Emojis** | "🚀 Launch Phase: 💡 Key Insight:" | Remove emojis |
-| 18 | **Curly quotes** | "said "the project"" | "said \"the project\"" |
+| 18 | **Curly quotes** | `said “the project”` | `said "the project"` |
 
 ### Communication Patterns
 
@@ -110,6 +110,7 @@ Based on [Wikipedia's "Signs of AI writing"](https://en.wikipedia.org/wiki/Wikip
 
 ## Version History
 
+- **2.1.1** - Fixed pattern #18 example (curly quotes vs straight quotes)
 - **2.1.0** - Added before/after examples for all 24 patterns
 - **2.0.0** - Complete rewrite based on raw Wikipedia article content
 - **1.0.0** - Initial release

+ 3 - 3
SKILL.md

@@ -1,6 +1,6 @@
 ---
 name: humanizer
-version: 2.1.0
+version: 2.1.1
 description: |
   Remove signs of AI-generated writing from text. Use when editing or reviewing
   text to make it sound more natural and human-written. Based on Wikipedia's
@@ -299,10 +299,10 @@ Avoiding AI patterns is only half the job. Sterile, voiceless writing is just as
 
 ### 18. Curly Quotation Marks
 
-**Problem:** ChatGPT uses curly quotes ("...") instead of straight quotes ("...").
+**Problem:** ChatGPT uses curly quotes (“...”) instead of straight quotes ("...").
 
 **Before:**
-> He said "the project is on track" but others disagreed.
+> He said “the project is on track” but others disagreed.
 
 **After:**
 > He said "the project is on track" but others disagreed.