Skip to content

Commit

Permalink
Merge pull request #149 from thescientist13/chore/readme-code-formatting
Browse files Browse the repository at this point in the history
updated code formatting in README
  • Loading branch information
manfredsteyer authored Dec 23, 2020
2 parents eddf468 + c4efcab commit 36fbe52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ Please find the example shown here in the sample application in the folder ``pro
declare const VERSION: string;
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
title = 'Version: ' + VERSION;
title = 'Version: ' + VERSION;
}
```

Expand Down

0 comments on commit 36fbe52

Please sign in to comment.