Skip to content

Commit

Permalink
Remove angular version 4 reference - refs #6
Browse files Browse the repository at this point in the history
  • Loading branch information
StegSchreck committed May 18, 2018
1 parent 728cd04 commit 50d66d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ For a live demo, you can visit [cv.schreck.berlin](http://cv.schreck.berlin), fo

## Third party stuff

It uses [Angular 4](https://angular.io/) and the [Material Design components for Angular](https://material.angular.io/).
It uses [Angular](https://angular.io/) and the [Material Design components for Angular](https://material.angular.io/).
Furthermore, the following third-party sources are included:
* [Roboto](https://fonts.google.com/specimen/Roboto)
* [Roboto Slab](https://fonts.google.com/specimen/Roboto+Slab)
Expand Down Expand Up @@ -46,7 +46,7 @@ In order to comply with the license of this project and the third-party elements

## Angular basics

See the [Angular basic guide](ANGULAR.md) for the basics. For more information, visit the [Angular 4](https://angular.io/) website.
See the [Angular basic guide](ANGULAR.md) for the basics. For more information, visit the [Angular](https://angular.io/) website.

## Deployment to production

Expand Down
2 changes: 1 addition & 1 deletion src/app/about/about.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
To build this, basically the following technologies are used:
</p>
<mat-chip-list selectable="false">
<mat-chip>Angular 4</mat-chip>
<mat-chip>Angular</mat-chip>
<mat-chip>Material Design</mat-chip>
<mat-chip>GitHub</mat-chip>
<mat-chip>CSS</mat-chip>
Expand Down

0 comments on commit 50d66d4

Please sign in to comment.