Skip to content

Commit 04d509b

Browse files
committed
feat(): Updated documentation on usage
1 parent 02df743 commit 04d509b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,22 @@ Pluggable components to add a trello like kanban board for your application
44

55
[![Build Status](https://travis-ci.org/rcdexta/react-trello.svg?branch=master)](https://travis-ci.org/rcdexta/react-trello)
66

7-
##Features
7+
## Features
88

99
* responsive, extensible and light-weight
1010
* easily pluggable into existing application
1111

12+
## Getting Started
13+
14+
```
15+
npm install --save react-trello
16+
17+
```
18+
19+
## Usage
20+
21+
Refer to storybook for detailed examples: https://rcdexta.github.io/react-trello/
22+
1223
## Development
1324
```
1425
cd react-trello/

0 commit comments

Comments
 (0)