We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5271b commit 8c48ef0Copy full SHA for 8c48ef0
README.md
@@ -49,7 +49,7 @@ Each list starts with the current date.
49
50
Three locations, the current date is January 3rd.
51
52
-```json
+```javascript
53
{
54
"Parnassus Library": [
55
@@ -62,7 +62,7 @@ Three locations, the current date is January 3rd.
62
"date": "Jan 4",
63
"text": "7:45am - 10pm"
64
}
65
- //...
+ /* ... */
66
],
67
"Mission Bay Library": [
68
@@ -75,7 +75,7 @@ Three locations, the current date is January 3rd.
75
76
"text": "9am - 6pm"
77
78
- // ...
79
80
"Mission Bay Hub": [
81
@@ -88,7 +88,7 @@ Three locations, the current date is January 3rd.
88
89
"text": "24 hours"
90
91
92
]
93
94
```
0 commit comments