Skip to content

Commit 340cd47

Browse files
authored
Update README.md
1 parent f55a468 commit 340cd47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ on your Person mongo entity simply add the following annotations from RelMongo :
5353
@JoinProperty(name="cars")
5454
private List<Car> cars;
5555
```
56-
and on your Spring App config class simply add @EnableRelationalMongo annotation:
56+
and on your Spring App config class simply add @EnableRelMongo annotation:
5757
```java
5858
... Other Annotations
59-
@EnableRelationalMongo
59+
@EnableRelMongo
6060
public Class AppConfig
6161

6262
```

0 commit comments

Comments
 (0)