Skip to content

Commit 5805148

Browse files
authored
Changed preview language from json to jsonc (json with comment (#1844)
This is done to avoid comments getting errors
1 parent 21ffc8d commit 5805148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ using(var package = new ExcelPackage(new FileInfo("MyWorkbook.xlsx")))
3636
}
3737
```
3838
### 2. Via appSettings.json
39-
```json
39+
```jsonc
4040
{
4141
{
4242
"EPPlus": {

0 commit comments

Comments
 (0)