Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikaera committed Mar 23, 2021
1 parent 858ff37 commit c468a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZennArticleService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class ZennArticleService {
return {
article: {
title: `[${header.type.toUpperCase()}] ${header.title} ${header.emoji}`,
tags: header.topics.slice(0, 3),
tags: header.topics.slice(0, 4),
published: header.published,
body_markdown: devtoBody
}
Expand Down

0 comments on commit c468a34

Please sign in to comment.