Skip to content

Commit 7b82d35

Browse files
authored
docs(README): Fix wrong notifier container selector (#32)
- Fix wrong notifier container selector, missed during version change from v1 to v2 Closes #30.
1 parent 7bf905f commit 7b82d35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ root (app) component. For example:
112112

113113
``` typescript
114114
@Component( {
115-
selector: 'app',
115+
selector: 'my-app',
116116
template: `
117117
<h1>Hello World</h1>
118-
<x-notifier-container></x-notifier-container>
118+
<notifier-container></notifier-container>
119119
`
120120
} )
121121
export class AppComponent {}

0 commit comments

Comments
 (0)