File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
3737fetch (' 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
155155fetch (' 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
205205fetch (' https://vedicscriptures.github.io/chapter/1' )
206206 .then (response => response .json ())
207207 .then (data => console .log (data));
You can’t perform that action at this time.
0 commit comments