소스 검색

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 년 전
부모
커밋
05c3c95e53
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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
     }
 }