Skip to content

Commit

Permalink
Properly display code in readme.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mwalek committed Jan 19, 2024
1 parent aee5950 commit 0beac77
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ The Super Light Store Hours WordPress plugin is your comprehensive solution for
- JSON object containing store condition status.
- Example:

```json
{
"working_days": ["Monday", "Wednesday", "Friday"],
"opening_closing_time": "09-18",
"override_status": "0",
"status": "1"
}
```
<!-- end of the list -->

{
"working_days": ["Monday", "Wednesday", "Friday"],
"opening_closing_time": "09-18",
"override_status": "0",
"status": "1"
}

4\. **How to Use:**

Expand Down

0 comments on commit 0beac77

Please sign in to comment.