Skip to content

Commit 0beac77

Browse files
committed
Properly display code in readme.md.
1 parent aee5950 commit 0beac77

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ The Super Light Store Hours WordPress plugin is your comprehensive solution for
6262
- JSON object containing store condition status.
6363
- Example:
6464

65-
```json
66-
{
67-
"working_days": ["Monday", "Wednesday", "Friday"],
68-
"opening_closing_time": "09-18",
69-
"override_status": "0",
70-
"status": "1"
71-
}
72-
```
65+
<!-- end of the list -->
66+
67+
{
68+
"working_days": ["Monday", "Wednesday", "Friday"],
69+
"opening_closing_time": "09-18",
70+
"override_status": "0",
71+
"status": "1"
72+
}
7373

7474
4\. **How to Use:**
7575

0 commit comments

Comments
 (0)