Skip to content

Commit d294b1a

Browse files
authored
Update README.md
1 parent dd80e2e commit d294b1a

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
@EnableJpaRepositories(repositoryBaseClass = ExpressionsRepositoryImpl.class)
1717
public class Application { … }
1818
```
19-
2. Change your repository to extends `ExpressionsRepository`:
19+
2. Change your repository to extend `ExpressionsRepository`:
2020
```java
2121
@Repository
2222
public interface EmployeeRepository extends ExpressionsRepository<Employee, Long> {
@@ -49,15 +49,15 @@
4949

5050
### Learn more
5151

52-
For quick start see [this Medium post](https://mohewedy.medium.com/using-mongodb-query-syntax-to-query-relational-database-in-java-57701f0b0f0)
52+
For a quick start see [this Medium post](https://mohewedy.medium.com/using-mongodb-query-syntax-to-query-relational-database-in-java-57701f0b0f0)
5353
or [dev.to post](https://dev.to/mhewedy/using-mongodb-query-syntax-to-query-relational-database-in-java-49hf)
5454
or see [this demo example on Github](https://github.com/springexamples/spring-data-jpa-mongodb-expressions-demo).
5555

5656
See [documentation website](https://mhewedy.github.io/spring-data-jpa-mongodb-expressions/) for details about how to get started.
5757

5858
### Install:
5959

60-
For springboot 3.x:
60+
For spring-boot 3.x:
6161

6262
```xml
6363
<dependency>
@@ -67,7 +67,7 @@ For springboot 3.x:
6767
</dependency>
6868

6969
```
70-
For springboot 2.x:
70+
For spring-boot 2.x:
7171

7272
```xml
7373
<dependency>
@@ -83,7 +83,4 @@ For springboot 2.x:
8383
Special thanks to [Rashad Saif](https://github.com/rashadsaif) and [Hamada Elnoby](https://github.com/hamadaelnopy) for helping in the design, inspring with ideas, and for doing code review.
8484

8585
#### In the News
86-
This repo has mentioned in [spring.io](http://spring.io/blog/2021/07/06/this-week-in-spring-july-6th-2021) weekly news.
87-
88-
#### Online Validator
89-
see https://expressions-validator.fly.dev/ to help validate expressions
86+
This repo has been mentioned in [spring.io](http://spring.io/blog/2021/07/06/this-week-in-spring-july-6th-2021) weekly news.

0 commit comments

Comments
 (0)