Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Commit 31cb976

Browse files
Jose ZamudioPatrickJS
authored andcommitted
docs: update README.md (#1)
1 parent fb72354 commit 31cb976

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ export function main() {
3333
return platformBrowserDynamic().bootstrapModule(MainModule);
3434
}
3535

36-
bootloader(main); // this will bootstrap your main function
36+
bootloader(main); // this will bootstrap your app via main function
37+
3738
```
3839
`index.html`
3940
```html

0 commit comments

Comments
 (0)