Skip to content

Commit c3d3c7e

Browse files
Merge pull request #3 from ccoVeille/typos
2 parents 7a7e3ab + 1856598 commit c3d3c7e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@
5151

5252
Welcome to the json-repair, your go-to solution for fixing those pesky JSON anomalies that can sidetrack your Large Language Model (LLM) processes. Our toolkit is designed to be the Swiss Army knife for all your JSON repair needs.
5353

54-
### 🎯 Why Choose JSON Repair?
54+
### 🎯 Why Choose JSON Repair?
5555

5656
- 🏎️ GO Compatibility: Our library ensures a seamless experience for Go developers with its excellent compatibility.
5757
- 🔗 Zero Dependencies: We've crafted a tool with zero external dependencies, keeping it lean and mean.
5858
- 📚 Rich Test Cases: Benefit from a comprehensive suite of test cases that ensure reliability and accuracy.
5959
- 🤖 Auto-Detection & Repair: Intelligently identifies and corrects a wide range of JSON errors, from syntax to structural issues.
60-
- 📐 Terminal Cli Support: The feature can also be used in the command line and can be chained with command pipes.
60+
- 📐 Terminal CLI Support: The feature can also be used in the command-line and can be chained with command pipes.
6161
- ⚙️ No Anxiety About Error: json-repair always gives the string result.
6262
- 🌐 Open Source: Join a vibrant community of developers contributing to the ongoing evolution of the toolkit.
6363

@@ -121,10 +121,10 @@ func main() {
121121

122122

123123
_For more examples, please refer to the [Test Cases](https://github.com/RealAlexandreAI/json-repair/blob/master/main_test.go) Or <a href="https://goplay.tools/snippet/tKNwcBIsAMV">Online Playground</a>_
124-
124+
125125
<p align="right">(<a href="#readme-top">back to top</a>)</p>
126126

127-
## Terminal Cli
127+
## Terminal CLI
128128

129129

130130
```bash
@@ -133,9 +133,9 @@ brew install realalexandreai/tap-jsonrepair/jsonrepair
133133

134134
# from raw string
135135
jsonrepair -i "{'employees':['John', 'Anna', "
136-
# output: {"employees":["John", "Anna", "Peter"]}
136+
# output: {"employees":["John", "Anna", "Peter"]}
137137

138-
# from file
138+
# from file
139139
jsonrepair -f <json-file>.json
140140
```
141141

@@ -146,10 +146,10 @@ _You can also download binary from Release, please refer to the [Releases](https
146146
## Roadmap
147147

148148
- [x] Convert project from Python
149-
- [x] Minimum Go version
149+
- [x] Minimum Go version
150150
- [x] Cover test cases
151-
- [x] Terminal Cli support
152-
- [x] Workflow and Github Action
151+
- [x] Terminal CLI support
152+
- [x] Workflow and GitHub Action
153153
- [x] Add Homebrew tap
154154
- [ ] Support Full-width character detection
155155

@@ -176,7 +176,7 @@ Don't forget to give the project a star! Thanks again!
176176
<p align="right">(<a href="#readme-top">back to top</a>)</p>
177177

178178

179-
## Related Project
179+
## Related Project
180180

181181
- [python json_repair](https://github.com/mangiucugna/json_repair) - Inspiration of json-repair.
182182

0 commit comments

Comments
 (0)