Skip to content

Commit 2ca4cde

Browse files
committed
Update README.md
1 parent 397742e commit 2ca4cde

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

README.md

+4-12
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ This seed repo serves as an Angular 2 starter for anyone looking to get up and r
3131
* End-to-end Angular 2 code using Protractor.
3232
* Type manager with Typings
3333

34-
35-
```coffeescript
36-
Warning: Make sure you're using the latest version of Node.js and NPM
37-
```
38-
[Is Angular 2 Ready Yet?](http://splintercode.github.io/is-angular-2-ready/)
39-
4034
### Quick start
4135
> Clone/Download the repo then edit `app.ts` inside [`/src/app/app.ts`](/src/app/app.ts)
4236
@@ -195,16 +189,14 @@ We have good experience using these editors:
195189
* [Sublime Text](http://www.sublimetext.com/3) with [Typescript-Sublime-Plugin](https://github.com/Microsoft/Typescript-Sublime-plugin#installation)
196190

197191
# Frequently asked questions
198-
* What's the current browser support for Angular 2 Alpha?
192+
* What's the current browser support for Angular 2 Beta?
199193
* Please view the updated list of [browser support for Angular 2](https://github.com/angularclass/awesome-angular2#current-browser-support-for-angular-2)
200194
* Why is my service, aka provider, is not injecting parameter correctly?
201-
* Please use `@Injectable()` for your service for typescript to correctly attach the metadata (this is a typescript beta problem)
195+
* Please use `@Injectable()` for your service for typescript to correctly attach the metadata (this is a TypeScript problem)
202196
* How do I run protractor with node 0.12.x?
203-
* please check out this repo to use the old version of protractor https://github.com/AngularClass/angular2-webpack-starter/pull/146/files
197+
* please check out this repo to use the old version of protractor [#146](https://github.com/AngularClass/angular2-webpack-starter/pull/146/files)
204198
* Where do I write my tests?
205-
* You can write your tests anywhere you like in the `/src` directory next to your components or in the `test/` folder
206-
* Is Angular 2 production ready yet?
207-
* No, please visit [Is Angular 2 Ready Yet?](http://splintercode.github.io/is-angular-2-ready/) website.
199+
* You can write your tests next do your component files see [`/src/app/home/home.spec.ts`](/src/app/home/home.spec.ts)
208200
* How do I start the app when I get `EACCES` and `EADDRINUSE` errors?
209201
* The `EADDRINUSE` error means the port `3000` is currently being used and `EACCES` is lack of permission for webpack to build files to `./dist/`
210202
* How to use `sass` for css?

0 commit comments

Comments
 (0)