Skip to content

Commit 57a7142

Browse files
Update README.md
1 parent 8d723db commit 57a7142

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
@@ -33,7 +33,7 @@ description: Bhagavad-Gita-API is an open-source lightweight Node.js-based REST
3333

3434
### Example (JSON Fetch)
3535

36-
```json
36+
```js
3737
fetch('https://vedicscriptures.github.io/slok/1/1')
3838
.then(response => response.json())
3939
.then(data => console.log(data));
@@ -151,7 +151,7 @@ fetch('https://vedicscriptures.github.io/slok/1/1')
151151

152152
### Example (JSON Fetch)
153153

154-
```json
154+
```js
155155
fetch('https://vedicscriptures.github.io/chapters')
156156
.then(response => response.json())
157157
.then(data => console.log(data));
@@ -201,7 +201,7 @@ fetch('https://vedicscriptures.github.io/chapters')
201201

202202
### Example (JSON Fetch)
203203

204-
```json
204+
```js
205205
fetch('https://vedicscriptures.github.io/chapter/1')
206206
.then(response => response.json())
207207
.then(data => console.log(data));

0 commit comments

Comments
 (0)