diff --git a/ng2-components/ng2-alfresco-upload/README.md b/ng2-components/ng2-alfresco-upload/README.md index d6393c7f9e..dd552bb49e 100644 --- a/ng2-components/ng2-alfresco-upload/README.md +++ b/ng2-components/ng2-alfresco-upload/README.md @@ -55,11 +55,11 @@ import { ALFRESCO_ULPOAD_COMPONENT } from 'ng2-alfresco-upload/ng2-alfresco-uplo @Component({ selector: 'my-view', template: ` - `, + [showUdoNotificationBar]="true" + [uploadFolders]="true" + [multipleFiles]="false" + [acceptedFilesType]="*"> + `, directives: [ALFRESCO_ULPOAD_COMPONENT] }) export class MyView {