Skip to content

Commit cf5042c

Browse files
committed
Update
1 parent 280fe49 commit cf5042c

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Hello for All Developers, this is API developed for Fetching data as food recipe
77

88
### base URL
99

10-
https://jkrecipeapi.vercel.app/api/
10+
[https://jkrecipeapi.vercel.app/api/](https://jkrecipeapi.vercel.app/api/)
1111

1212
### endPoints
1313

@@ -17,7 +17,7 @@ https://jkrecipeapi.vercel.app/api/
1717

1818
### full API
1919

20-
https://jkrecipeapi.vercel.app/api/alldata
20+
[https://jkrecipeapi.vercel.app/api/alldata](https://jkrecipeapi.vercel.app/api/alldata)
2121

2222

2323
## How to use
@@ -39,7 +39,8 @@ https://jkrecipeapi.vercel.app/api/alldata
3939

4040
## Example Response
4141

42-
`{
42+
```json
43+
{
4344
"Status": "Success",
4445
"Result": [
4546
{
@@ -85,11 +86,12 @@ https://jkrecipeapi.vercel.app/api/alldata
8586
"carbohydrates": "35g"
8687
},
8788
"createdAt": "2025-01-28T00:00:00.000Z"
88-
},
89-
}`
90-
91-
or simly copy the exmple request and past in to address bar on the browser
89+
}
90+
]
91+
}
92+
```
9293

94+
or simply copy the example request and paste it into the address bar on the browser
9395

9496
## Test on Postman
9597

@@ -105,7 +107,7 @@ or simly copy the exmple request and past in to address bar on the browser
105107
### v1.0.0-beta1
106108

107109
- initial release of the API
108-
- only few data can fetch from this api
110+
- only few data can fetch from this API
109111
- no paid plans (free for all)
110112
- paid plans will add in future releases
111113
- release at: 31 January 2025
@@ -118,5 +120,4 @@ or simly copy the exmple request and past in to address bar on the browser
118120
- Advanced search and filtering options.
119121
- Paid plans with premium features.
120122

121-
122-
For more updates, stay tuned! 🚀
123+
For more updates, stay tuned! 🚀

0 commit comments

Comments
 (0)