Skip to content

Commit

Permalink
Move badge to bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Jan 2, 2018
1 parent afc8730 commit 3513382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# html-to-mrkdwn

[![Greenkeeper badge](https://badges.greenkeeper.io/github-slack/html-to-mrkdwn.svg)](https://greenkeeper.io/)

Convert HTML to Slack's [mrkdwn](https://api.slack.com/docs/message-formatting) format.

```js
Expand All @@ -12,3 +10,5 @@ const html = '<strong>Hello</strong> <a href="https://example.com">cruel</a> <em
mrkdwn(html)
// *Hello* <https://example.com|cruel> _world_!
```

[![Greenkeeper badge](https://badges.greenkeeper.io/github-slack/html-to-mrkdwn.svg)](https://greenkeeper.io/)

0 comments on commit 3513382

Please sign in to comment.