diff --git a/ng2-components/ng2-alfresco-datatable/README.md b/ng2-components/ng2-alfresco-datatable/README.md index 1c97371dfc..db917e7f30 100644 --- a/ng2-components/ng2-alfresco-datatable/README.md +++ b/ng2-components/ng2-alfresco-datatable/README.md @@ -74,13 +74,6 @@ Also make sure you include these dependencies in your `index.html` file: ## Basic usage example -**my.component.html** - -```html - - -``` **my.component.ts** @@ -93,7 +86,8 @@ import { @Component({ selector: 'my-view', - templateUrl: './my.component.html', + template: ` + `, directives: [ALFRESCO_DATATABLE_DIRECTIVES] }) export class MyView {