Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZorTik authored Jan 16, 2024
1 parent 89530c7 commit 6f28931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ public interface UserRepository {
}

UserRepository repository = connection.createProxy(UserRepository.class);
repository.save(new User("User1"));
repository.findUser("User1");
repository.save(new User("User"));
repository.findUser("User");

// TIP: We support query builders too! Check wiki section.
```
Expand Down

0 comments on commit 6f28931

Please sign in to comment.