Skip to content

Commit 8c48ef0

Browse files
authored
tweaked for better syntax highlighting.
1 parent 3d5271b commit 8c48ef0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Each list starts with the current date.
4949

5050
Three locations, the current date is January 3rd.
5151

52-
```json
52+
```javascript
5353
{
5454
"Parnassus Library": [
5555
{
@@ -62,7 +62,7 @@ Three locations, the current date is January 3rd.
6262
"date": "Jan 4",
6363
"text": "7:45am - 10pm"
6464
}
65-
//...
65+
/* ... */
6666
],
6767
"Mission Bay Library": [
6868
{
@@ -75,7 +75,7 @@ Three locations, the current date is January 3rd.
7575
"date": "Jan 4",
7676
"text": "9am - 6pm"
7777
}
78-
// ...
78+
/* ... */
7979
],
8080
"Mission Bay Hub": [
8181
{
@@ -88,7 +88,7 @@ Three locations, the current date is January 3rd.
8888
"date": "Jan 4",
8989
"text": "24 hours"
9090
}
91-
// ...
91+
/* ... */
9292
]
9393
}
9494
```

0 commit comments

Comments
 (0)