Skip to content

Commit 397742e

Browse files
committed
Update README.md
1 parent 12adba2 commit 397742e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ We have good experience using these editors:
206206
* Is Angular 2 production ready yet?
207207
* No, please visit [Is Angular 2 Ready Yet?](http://splintercode.github.io/is-angular-2-ready/) website.
208208
* How do I start the app when I get `EACCES` and `EADDRINUSE` errors?
209-
* The `EADDRINUSE` error means the port `3000` is currently being used and `EACCES` is lack of permission for webpack to build files to `./__build__/`
209+
* The `EADDRINUSE` error means the port `3000` is currently being used and `EACCES` is lack of permission for webpack to build files to `./dist/`
210210
* How to use `sass` for css?
211211
* `loaders: ['raw-loader','sass-loader']` and `@Component({ styles: [ require('./filename.scss') ] })` see issue [#136](https://github.com/AngularClass/angular2-webpack-starter/issues/136)
212212
* How do I test a Service?

0 commit comments

Comments
 (0)