Skip to content

Commit 092c570

Browse files
committed
clean up README.md
1 parent dd913e1 commit 092c570

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ MyOpenTelemetryApi/
109109
## Example Requests
110110

111111
### Create a Contact
112-
```json
112+
```http
113113
POST /api/contacts
114114
{
115115
"firstName": "John",
@@ -133,7 +133,7 @@ POST /api/contacts
133133
```
134134

135135
### Create a Group
136-
```json
136+
```http
137137
POST /api/groups
138138
{
139139
"name": "Friends",
@@ -142,7 +142,7 @@ POST /api/groups
142142
```
143143

144144
### Create a Tag
145-
```json
145+
```http
146146
POST /api/tags
147147
{
148148
"name": "VIP",

0 commit comments

Comments
 (0)