Skip to content

Commit b9bcd48

Browse files
committed
Fix README wrt fastboot.host
1 parent 16745dd commit b9bcd48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export default Ember.Route.extend({
133133
fastboot: Ember.inject.service(),
134134

135135
model() {
136-
let host = this.get('fastboot').host();
136+
let host = this.get('fastboot.host');
137137
// ...
138138
}
139139
});

0 commit comments

Comments
 (0)