Skip to content

Commit

Permalink
fix: update props link + added PRs welcome badge
Browse files Browse the repository at this point in the history
  • Loading branch information
wuweiweiwu committed Jun 20, 2018
1 parent c423344 commit c83c2aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
[![NPM monthly downloads](https://img.shields.io/npm/dm/react-sortable-tree.svg?style=flat)](https://npmcharts.com/compare/react-sortable-tree?minimal=true)
[![Build Status](https://travis-ci.org/frontend-collective/react-sortable-tree.svg?branch=master)](https://travis-ci.org/frontend-collective/react-sortable-tree)
[![Coverage Status](https://coveralls.io/repos/github/frontend-collective/react-sortable-tree/badge.svg?branch=master)](https://coveralls.io/github/frontend-collective/react-sortable-tree?branch=master)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)

> A React component for Drag-and-drop sortable representation of hierarchical data. Checkout the [demo](https://react-sortable-tree.surge.sh/) for a demonstration of some basic features. Checkout the [storybook](https://frontend-collective.github.io/react-sortable-tree/) for advanced usage. Play with the code on [CodeSandbox.io](https://codesandbox.io/s/wkxvy3z15w).
Expand Down
2 changes: 1 addition & 1 deletion example/src/Title.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default class Title extends Component {
<Nav>
<NavItem
eventKey={1}
href="https://github.com/frontend-collective/react-sortable-tree#options"
href="https://github.com/frontend-collective/react-sortable-tree#props"
>
Docs
</NavItem>
Expand Down

0 comments on commit c83c2aa

Please sign in to comment.