Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DlhSoftTeam authored Sep 25, 2016
1 parent 5bd059c commit 7e2cd22
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,6 @@ Kanban board component for AngularJS.
* [Kanban board](http://DlhSoft.com/KanbanLibrary/Demo)
* [Gantt Chart integration](http://DlhSoft.com/KanbanLibrary/Demo.GanttChartIntegration)

## Package installation
* NuGet:
```
Install-Package DlhSoft.KanbanLibrary
```
* Bower:
```
bower install http://DlhSoft.com/Packages/DlhSoft.KanbanLibrary.zip
```
* Node:
```
npm install http://DlhSoft.com/Packages/DlhSoft.KanbanLibrary.tar
```

## Usage
```html
<ds-kanban-board items="items" groups="groups" states="states" assignable-resources="assignableResources"
Expand Down Expand Up @@ -93,6 +79,20 @@ $scope.onItemStateChanged = (item: KanbanItem, state: KanbanState): void => {
* TypeScript: <code>app-angular.ts</code>
* JavaScript: <code>app-angular.js</code>

## Package installation
* NuGet:
```
Install-Package DlhSoft.KanbanLibrary
```
* Bower:
```
bower install http://DlhSoft.com/Packages/DlhSoft.KanbanLibrary.zip
```
* Node:
```
npm install http://DlhSoft.com/Packages/DlhSoft.KanbanLibrary.tar
```

## Support
This product is provided for free and "as is", so it doesn't include any official support.
If you would like to receive full DlhSoft support for it, you can get it by [purchasing a product license](http://DlhSoft.com/KanbanLibrary/Purchase.aspx).

0 comments on commit 7e2cd22

Please sign in to comment.