Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
imabp authored Jul 18, 2021
1 parent 03e5388 commit dc2a391
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ getBlogs('hashnode',usernames).then((res)=>console.log("Hashnode Blogs",res));
res= {
mediumArticles:[
{
url: string
title: string
url: string,
title: string,
thumbnail: string
}
],
hashnodePosts:[
{
url: string
title: string
url: string,
title: string,
thumbnail: string
}
]
Expand All @@ -66,21 +66,21 @@ res= {
//getBlogs('medium',usernames)
res =[
{
url: string
title: string
url: string,
title: string,
thumbnail: string
}
]

//getBlogs('hashnode',usernames)
res =[
{
url: string
title: string
url: string,
title: string,
thumbnail: string
}
]
```

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

0 comments on commit dc2a391

Please sign in to comment.