Skip to content

Commit bc11243

Browse files
committed
update api readme
1 parent a74c084 commit bc11243

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ DELETE FROM browsing_history
3030
WHERE user_id = :userId AND product_id = :productId
3131
```
3232

33-
#### Bestseller Product
33+
### Bestseller Product
3434

35-
##### If user has history
35+
#### If user has history
3636

3737
```roomsql
3838
SELECT foo.product_id FROM (
@@ -51,7 +51,7 @@ ORDER BY count(*) DESC
5151
LIMIT 10
5252
```
5353

54-
##### If user has not history
54+
#### If user has not history
5555

5656
```roomsql
5757
SELECT foo.product_id FROM (

0 commit comments

Comments
 (0)