Skip to content

Commit 887a807

Browse files
authored
Update README.md
1 parent 369b7e6 commit 887a807

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ func main() {
1818
// convert to Slack markdown
1919
fmt.Println("Slack: ", githubmarkdownconvertergo.Slack(markdown))
2020

21-
22-
markdown2 := "repo tickets in text, #6, #7"
2321
// optonally githubmarkdownconvertergo.Slack is also accepting 2'nd argument that that can be used to customize converted behavor
22+
markdown2 := "repo tickets in text, #6, #7"
2423
fmt.Println("Slack: ", githubmarkdownconvertergo.Slack(markdown2, githubmarkdownconvertergo.SlackConvertOptions{
2524
// Headlines will define if GitHub headlines will be updated to be bold text in slack
2625
// there is no headlines as sucks in Slack

0 commit comments

Comments
 (0)