Skip to content

Commit

Permalink
Merge pull request #5 from gabrielvv/patch-1
Browse files Browse the repository at this point in the history
doc: fix README
  • Loading branch information
thiagobustamante authored Jun 10, 2021
2 parents 0eccb01 + 3f64977 commit d8d2082
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 @@ -39,7 +39,7 @@ class HelloRestService {
@Path(":name")
@GET
sayHello( @PathParam('name') name: string): string {
return this.sayHello(name);
return this.helloService.sayHello(name);
}
}
```

0 comments on commit d8d2082

Please sign in to comment.