Skip to content

Commit 582ce09

Browse files
committed
Update README
1 parent 381f32f commit 582ce09

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,14 @@ $ npm install
3232
## Compile and prepare NativeScript and Angular
3333

3434
```
35-
$ grunt prepare
35+
$ grunt
3636
```
3737

3838
## Initialize the test NativeScript app (ng-sample)
3939

4040
```
4141
$ cd ng-sample
4242
$ npm install
43-
$ grunt prepare
4443
```
4544

4645
The latter installs the `angular2` and `tns-core-modules` packages that you just built by running `grunt prepare` step in the project root.
@@ -87,6 +86,5 @@ The `ng-sample` app is meant for testing stuff while developing the renderer cod
8786
# Known issues
8887

8988
1. There are certain issues with the Parse5DomAdapter and we'll likely need to provide our own later on:
90-
* Element and attribute names always get lowercased.
9189
* Self-closing elements (`<Label text="Name" /><Button text="Save" />`) get parsed wrong (in this case Button gets parsed as a Label child.
9290
![](https://ga-beacon.appspot.com/UA-111455-24/nativescript/nativescript-angular?pixel)

0 commit comments

Comments
 (0)