Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 593f5e1

Browse files
authored
docs: fix url params (#26)
1 parent 6f1e8c9 commit 593f5e1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ For today's trending repos:
1616

1717
Using a specific date:
1818

19-
- `/daily?2024-09-13`
20-
- `/weekly?2024-09-13`
21-
- `/monthly?2024-09-13`
19+
- `/daily?date=2024-09-13`
20+
- `/weekly?date=2024-09-13`
21+
- `/monthly?date=2024-09-13`
2222

2323
### Responses
2424

25-
GET `/daily?2024-09-13`
25+
GET `/daily?date=2024-09-13`
2626

2727
```json
2828
[

0 commit comments

Comments
 (0)