Skip to content

Commit 30205bf

Browse files
committed
Update README.md
1 parent 739e148 commit 30205bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Your Java code
3030

3131
```java
3232

33-
import com.cdpn.jsonautofix.JSONAutoFixer;
33+
import com.cdpn.jsonautorepair.JSONAutoRepairer;
3434

35-
JSONAutoFixer jsonAutoRepairer = new JSONAutoFixer();
35+
JSONAutoRepairer jsonAutoRepairer = new JSONAutoRepairer();
3636
String originalJSON = """
3737
```json
3838
{

0 commit comments

Comments
 (0)