Skip to content

Commit

Permalink
Fix imports in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
codyjdalton committed May 1, 2018
1 parent ca13cdf commit 9830f70
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 @@ -24,7 +24,7 @@ First, we will need to bootstrap our app module at the index level.

```javascript
// index.ts
import { serviceCompiler } from '@litstack/core';
import { LitCompiler } from '@litstack/core';

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

Expand Down

0 comments on commit 9830f70

Please sign in to comment.