Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add badge for tests
  • Loading branch information
danielbrodin authored Nov 1, 2019
1 parent 7ae97c7 commit 0429a7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# React Marky Markdown
[![npm version](https://badge.fury.io/js/react-marky-markdown.svg)](https://badge.fury.io/js/react-marky-markdown)
[![npm version](https://badge.fury.io/js/react-marky-markdown.svg)](https://badge.fury.io/js/react-marky-markdown)
![](https://github.com/danielbrodin/react-marky-markdown/workflows/Test/badge.svg)

A clean markdown editor for react.

Expand Down Expand Up @@ -49,4 +50,4 @@ const App = () => {
data: Item[]; // { value: string | number; label: string; }
onSearch?(value: string): void;
}
```
```

0 comments on commit 0429a7d

Please sign in to comment.