abuiles / ember-cli-101-errata

18 stars 4 forks source link

reported by reader #235

Open abuiles opened 9 years ago

abuiles commented 9 years ago

Just a minor nitpicky point - on page 6 notice that "If everything is fine, we can do ember server and navigate to http://localhost:4200 where we should see a Welcome to Ember message." should really be "If everything is fine, we can do 'cd borrowers' and do 'ember server' and navigate to http://localhost:4200 where we should see a Welcome to Ember message." - code doesn't run unless you 'cd' into the newly created app directory first. Obvious I know, but someone else might not - hope that helps!