Skip to content

Commit 83800bd

Browse files
committed
Update README
Add dependency management badges Add Run Example section
1 parent 29367d6 commit 83800bd

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Please see [demo site](https://ethanselzer.github.io/react-lazy-tree) and [examp
1414
## Status
1515
[![CircleCI](https://img.shields.io/circleci/project/github/ethanselzer/react-lazy-tree.svg)](https://circleci.com/gh/ethanselzer/react-lazy-tree)
1616
[![Coverage Status](https://coveralls.io/repos/github/ethanselzer/react-lazy-tree/badge.svg?branch=master)](https://coveralls.io/github/ethanselzer/react-lazy-tree?branch=master)
17+
[![dependencies Status](https://david-dm.org/ethanselzer/react-lazy-tree/status.svg)](https://david-dm.org/ethanselzer/react-lazy-tree)
18+
[![devDependencies Status](https://david-dm.org/ethanselzer/react-lazy-tree/dev-status.svg)](https://david-dm.org/ethanselzer/react-lazy-tree?type=dev)
1719
[![npm](https://img.shields.io/npm/v/react-lazy-tree.svg)](https://www.npmjs.com/package/react-lazy-tree)
1820

1921
## Installation
@@ -161,6 +163,15 @@ import ReactLazyTree from 'react-lazy-tree'
161163

162164
Please [open an issue](https://github.com/ethanselzer/react-lazy-tree/issues).
163165

166+
## Examples
167+
168+
```ssh
169+
git clone https://github.com/ethanselzer/react-lazy-tree.git
170+
cd react-lazy-tree/example
171+
npm install
172+
npm start
173+
```
174+
164175
## Development
165176

166177
```ssh
@@ -178,9 +189,7 @@ npm run
178189
Please contribute using [Github Flow](https://guides.github.com/introduction/flow/). Create a branch,
179190
add commits, and [open a pull request](https://github.com/ethanselzer/react-lazy-tree/compare/).
180191

192+
You are awesome! ✨💫
193+
181194
## License
182195
MIT
183-
184-
- - -
185-
186-
You are awesome! ✨💫

0 commit comments

Comments
 (0)