Skip to content

Commit a2b4835

Browse files
committed
Minor update README.md
1 parent 93dd4fa commit a2b4835

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ Pluggable components to add a trello-like kanban board to your application
1616

1717
![alt tag](https://raw.githubusercontent.com/rcdexta/react-trello/master/react-trello.gif)
1818

19-
* responsive and extensible
20-
* easily pluggable into existing react application
21-
* supports pagination when scrolling individual lanes
22-
* drag-and-drop on cards and lanes (compatible with touch devices)
23-
* edit functionality to add/delete cards
19+
* Responsive and extensible
20+
* Easily pluggable into existing react application
21+
* Supports pagination when scrolling individual lanes
22+
* Drag-And-Drop on cards and lanes (compatible with touch devices)
23+
* Edit functionality to add/delete cards
2424
* Custom elements to define lane and card appearance
25-
* event bus for triggering events externally (e.g.: adding or removing cards based on events coming from backend)
25+
* Event bus for triggering events externally (e.g.: adding or removing cards based on events coming from backend)
26+
* Inline edit lane's title
2627

2728
## Getting Started
2829

0 commit comments

Comments
 (0)