Skip to content

Commit dc2a391

Browse files
authored
Update Readme
1 parent 03e5388 commit dc2a391

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Readme.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ getBlogs('hashnode',usernames).then((res)=>console.log("Hashnode Blogs",res));
4949
res= {
5050
mediumArticles:[
5151
{
52-
url: string
53-
title: string
52+
url: string,
53+
title: string,
5454
thumbnail: string
5555
}
5656
],
5757
hashnodePosts:[
5858
{
59-
url: string
60-
title: string
59+
url: string,
60+
title: string,
6161
thumbnail: string
6262
}
6363
]
@@ -66,21 +66,21 @@ res= {
6666
//getBlogs('medium',usernames)
6767
res =[
6868
{
69-
url: string
70-
title: string
69+
url: string,
70+
title: string,
7171
thumbnail: string
7272
}
7373
]
7474

7575
//getBlogs('hashnode',usernames)
7676
res =[
7777
{
78-
url: string
79-
title: string
78+
url: string,
79+
title: string,
8080
thumbnail: string
8181
}
8282
]
8383
```
8484

8585
## Contribution
86-
For contributions, please go through active [issues](https://github.com/imabp/blogtraversy/issues)
86+
For contributions, please go through active [issues](https://github.com/imabp/blogtraversy/issues)

0 commit comments

Comments
 (0)