We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96efab3 commit 2d17f70Copy full SHA for 2d17f70
README.md
@@ -38,8 +38,8 @@
38
39
## 🌐 Sample API Response
40
41
-API: `https://random-words-api.vercel.app/word/`
42
-Method: `GET`
+- API: `https://random-words-api.vercel.app/word/`
+- Method: `GET`
43
44
```json
45
[
@@ -53,8 +53,8 @@ Method: `GET`
53
54
## 🌐 Sample Dutch Response
55
56
-API: `https://random-words-api.vercel.app/word/dutch`
57
+- API: `https://random-words-api.vercel.app/word/dutch`
58
59
60
@@ -68,8 +68,8 @@ Method: `GET`
68
69
## 🌐 Sample Pronunciation Request
70
71
-API: `https://random-words-api.vercel.app/pronounce`
72
-Method: `POST`
+- API: `https://random-words-api.vercel.app/pronounce`
+- Method: `POST`
73
74
```sh
75
POST http://localhost:3000/pronounce
0 commit comments