Skip to content

Commit

Permalink
Update readme.md to show new bootstrap process
Browse files Browse the repository at this point in the history
  • Loading branch information
codyjdalton committed May 1, 2018
1 parent f445e78 commit ca13cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { serviceCompiler } from '@litstack/core';

import { AppModule } from './modules/app.module';

serviceCompiler().bootstrapModule(AppModule);
LitCompiler.bootstrap(AppModule);
```

## Modules
Expand Down

0 comments on commit ca13cdf

Please sign in to comment.