Skip to content

Commit

Permalink
chore(readme): fix path in CSS Preprocessor (#3830)
Browse files Browse the repository at this point in the history
  • Loading branch information
onionmk2 authored and hansl committed Jan 3, 2017
1 parent f616158 commit 212f294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ To use these preprocessors simply add the file to your component's `styleUrls`:
```javascript
@Component({
selector: 'app-root',
templateUrl: 'app.component.html',
styleUrls: ['app.component.scss']
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss']
})
export class AppComponent {
title = 'app works!';
Expand Down

0 comments on commit 212f294

Please sign in to comment.