Browse Source

docs(README): remove empty line in table-config example

- Delete unnecessary empty line in the table-config JSON example- Improve readability and formatting consistency in the configuration example
myhloli 1 year ago
parent
commit
05c3c95e53
1 changed files with 0 additions and 1 deletions
  1. 0 1
      README.md

+ 0 - 1
README.md

@@ -241,7 +241,6 @@ You can modify certain configurations in this file to enable or disable features
     "table-config": {
         "model": "tablemaster",  // When using structEqTable, please change to "struct_eqtable".
         "enable": false, // The table recognition feature is disabled by default. If you need to enable it, please change the value here to "true".
-
         "max_time": 400
     }
 }