Update README.md

This commit is contained in:
Eugenio Romano 2017-04-23 22:54:54 +01:00 committed by GitHub
parent fc044507f8
commit a68b80390f

View File

@ -114,7 +114,7 @@ Follow the 3 steps below:
This component renders a list containing all the process instances matched by the parameters specified. This component renders a list containing all the process instances matched by the parameters specified.
```html ```html
<activiti-process-instance-list [appId]="'1'" [state]="'open'"></activiti-tasklist> <activiti-process-instance-list [appId]="'1'" [state]="'open'"></activiti-process-instance-list>
``` ```
Usage example of this component : Usage example of this component :