Skip to content

Commit 06857d7

Browse files
committed
Update README.md and fix links
1 parent 8604ffe commit 06857d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Depending on your preferences you can build Angular applications using **angular
66

77
**angular-cli** uses Webpack for bundling final app while Angular apps who don't use it rely on SystemJS for loading configuration, therefore integration in Laravel is different for those two development choices.
88

9-
This project supports both so if for some reason you want to have Angular apps built with **angular-cli** and packed with Webpack alongside with Angular apps which are not packed, you can.
9+
This project supports both so if you want to have Angular apps built with **angular-cli** and packed with Webpack alongside with Angular apps which are not packed, you can.
1010

1111
I recomend using **angular-cli** though as apps it produces are much faster.
1212

@@ -39,8 +39,8 @@ npm install
3939
Note that you must run neccessary commands to start the apps and since integration into Laravel is different whether you using **angular-cli** or not this tutorial is separated into two parts.
4040
If you only care for developing with **angular-cli** read first part, but if you want to run demo apps and develop in Angular not using **angular-cli** read second part also.
4141

42-
+ [Angular with angular-cli integration](docs/angular-cli/Ng-cli.md)
43-
+ [Only Angular](docs/no-cli/Ng-no-cli.md)
42+
+ [Angular with angular-cli integration](docs/angular-cli/Ng_cli.md)
43+
+ [Only Angular](docs/no-cli/Ng_no_cli.md)
4444

4545
## License
4646

0 commit comments

Comments
 (0)