Skip to content
This repository has been archived by the owner on Feb 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #157 from Armanio/patch-1
Browse files Browse the repository at this point in the history
chore(docs): code sample in readme fix
  • Loading branch information
wesleygrimes authored Mar 4, 2020
2 parents 2080b2b + d6d777e commit 85104c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export class UserController {

@Post('users')
createUser(@Body() user: UserEntity): UserEntity {
return this.service.create(user);
return this.userService.create(user);
}
}
```
Expand Down

0 comments on commit 85104c0

Please sign in to comment.