Skip to content

Commit 80abd7d

Browse files
authored
Update README.md
1 parent c0dbbd2 commit 80abd7d

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
@@ -25,7 +25,7 @@ Every method expect Status:200 and JSON content-type as show bellow:
2525

2626
## Endpoint Examples
2727

28-
- GET - /:id
28+
- GET - /3
2929
```json
3030
{
3131
"ID": 3,
@@ -39,7 +39,7 @@ Every method expect Status:200 and JSON content-type as show bellow:
3939
}
4040
```
4141

42-
- GET - /name/:name
42+
- GET - /name/aron
4343
```json
4444
{
4545
"ID": 3,
@@ -53,7 +53,7 @@ Every method expect Status:200 and JSON content-type as show bellow:
5353
}
5454
```
5555

56-
- GET - /metaphone/:name
56+
- GET - /metaphone/haron
5757
```json
5858
{
5959
"ID": 3,

0 commit comments

Comments
 (0)