diff --git a/README.md b/README.md index 59ff731..662b214 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,8 @@ module: { ```js @Component({ selector: 'awesome-button', - template: 'button.template.html', - styles: ['button.style.css'] + templateUrl: 'button.template.html', + stylesUrls: ['button.style.css'] }) export class AwesomeButtonComponent { } ```