Skip to content

Commit

Permalink
Update README to reflect method name change
Browse files Browse the repository at this point in the history
The method name referenced in the code examples of the README file was changed from 'getCustomers()' to 'getAllCustomers()'. This change edits the instruction in the README to match the new method name, making the documentation accurate and up-to-date.
  • Loading branch information
dlemmermann committed May 21, 2024
1 parent c94bac2 commit 2e8b2a2
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 @@ -10,7 +10,7 @@ handlers that will be invoked in various situations, e.g. when the server return

### Example

Example: assume that `myEndpoints` defines a method called `getCustomers()`:
Example: assume that `myEndpoints` defines a method called `getAllCustomers()`:

```java
public interface MyService {
Expand Down

0 comments on commit 2e8b2a2

Please sign in to comment.