Skip to content

Commit 3e95edc

Browse files
committed
Updated getting started and readme
1 parent 47f48ed commit 3e95edc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Now you're good to go!
4444

4545
## Dependencies
4646

47-
* [Angular 2](https://angular.io) (2.0.0-rc.7)
47+
* [Angular 2](https://angular.io) (^2.0.0 final)
4848
* [Semantic UI CSS](http://semantic-ui.com/) (jQuery is **not** required)
4949

5050
## Components

demo/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="sidebar">
33
<div class="ui vertical inverted fluid menu">
44
<div class="item">
5-
<a class="ui mini images" href="/">
5+
<a class="ui mini images">
66
<img class="ui image" src="http://semantic-ui.com/images/logo.png">
77
<img class="ui image" src="https://angular.io/resources/images/logos/standard/shield-large.png">
88
</a>

demo/app/pages/getting-started/getting-started.page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h2 class="ui dividing header">Installation</h2>
3030
<p>Now you're good to go!</p>
3131
<h2 class="ui dividing header">Dependencies</h2>
3232
<div class="ui bulleted list">
33-
<div class="item"><a href="https://angular.io">Angular 2</a> (2.0.0-rc.5 <strong>or higher</strong>)</div>
33+
<div class="item"><a href="https://angular.io">Angular 2</a> (^2.0.0 final)</div>
3434
<div class="item"><a href="http://semantic-ui.com/">Semantic UI CSS</a> (jQuery is <strong>not</strong> required)</div>
3535
</div>
3636
</div>

0 commit comments

Comments
 (0)