@angular-wave/angular.ts 0.0.42 → 0.0.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -31,7 +31,7 @@ AngularJS is a large codebase that evolved in its own ecosystem over a long peri
31
31
  #### Install
32
32
 
33
33
  ```bash
34
- $ npm i npm i @angular-wave/angular.ts
34
+ $ npm i @angular-wave/angular.ts
35
35
 
36
36
  ```
37
37
  or
@@ -45,9 +45,9 @@ or
45
45
  Initialize your app
46
46
 
47
47
  ```html
48
- <div ng-app ng-init="x='world'">
49
- Hello {{ x }}
50
- </div>
48
+ <div ng-app ng-init="x='world'">
49
+ Hello {{ x }}
50
+ </div>
51
51
  ```
52
52
 
53
53
  New docs website is coming!