hanfix 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -39,9 +39,10 @@ Options:
|
|
|
39
39
|
"errors": [
|
|
40
40
|
{
|
|
41
41
|
"original": "원래 텍스트...",
|
|
42
|
-
"suggestions": ["교정제안1", "교정제안2", ...],
|
|
42
|
+
"suggestions": ["교정제안1", "교정제안2", "..."],
|
|
43
43
|
"explanation": "설명...",
|
|
44
|
-
"examples": ["예문1...", "예문2...", ...]
|
|
44
|
+
"examples": ["예문1...", "예문2...", "..."]
|
|
45
|
+
}
|
|
45
46
|
]
|
|
46
47
|
}
|
|
47
48
|
```
|