diff --git a/readme.md b/readme.md index cc59b5b..e6576b6 100644 --- a/readme.md +++ b/readme.md @@ -19,7 +19,7 @@ You can pull in this functionality to your repositories by simply additionally e ```java -interface PersonRepository extend RevisionRepository, CrudRepository { +interface PersonRepository extends RevisionRepository, CrudRepository { // Your query methods go here } @@ -34,4 +34,4 @@ To successfully activate the Spring Data Envers repository factory use the Sprin # Contributing to the project -If you're an Eclipse user make sure you activate automatic application of the formatter (located at `etc/eclipse-formatter.xml`) and activate automatic formatting and organizing imports on save. \ No newline at end of file +If you're an Eclipse user make sure you activate automatic application of the formatter (located at `etc/eclipse-formatter.xml`) and activate automatic formatting and organizing imports on save.