Skip to content

Commit 440de86

Browse files
authored
Merge pull request #145 from hisptz/develop
chore(README.md): updated README.md
2 parents 05de1ae + 4157326 commit 440de86

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ Import **StoreModule**, **EffectsModule** and **HttpClientModule** to the appMod
8282
After installation you can use the following tags to start using it in your project.
8383

8484
<lib-ngx-dhis2-validation-rule-filter
85-
[dataSelection]='dataSelections'
85+
[dataSelection]='dataElements'
86+
[selectedVRGs]='preSelectedVRGs'
8687
(update)="onUpdateValidationRule($event)"
8788
(close)="onUpdateValidationRule($event)">
8889
<lib-ngx-dhis2-validation-rule-filter>

projects/ngx-dhis2-validation-rule-filter/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ Import **StoreModule**, **EffectsModule** and **HttpClientModule** to the appMod
8282
After installation you can use the following tags to start using it in your project.
8383

8484
<lib-ngx-dhis2-validation-rule-filter
85-
[dataSelection]='dataSelections'
85+
[dataSelection]='dataElements'
86+
[selectedVRGs]='preSelectedVRGs'
8687
(update)="onUpdateValidationRule($event)"
8788
(close)="onUpdateValidationRule($event)">
8889
<lib-ngx-dhis2-validation-rule-filter>

0 commit comments

Comments
 (0)