Skip to content

Commit

Permalink
docs(format): Code examples, once again
Browse files Browse the repository at this point in the history
  • Loading branch information
raido committed Oct 18, 2015
1 parent 921cabd commit 31194fe
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ export default Ember.Route.extend({
resolve('Some data');
});
}
});```
});
```

#### Fetch from parent

Expand All @@ -42,7 +43,8 @@ export default Ember.Route.extend({
model() {
return this.get('client').fetch('demo-data');
}
});```
});
```

#### Execute RPC call

Expand All @@ -61,7 +63,8 @@ export default Ember.Route.extend({
});
}
}
});```
});
```

## Installation

Expand Down

0 comments on commit 31194fe

Please sign in to comment.