Skip to content

Commit d01c9e9

Browse files
authored
Update README.md
1 parent 1da1e4b commit d01c9e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
### Example queries:
77

8-
1. find all employees with last name "ibrahim" _or_ firstname is "mostafa" and birthdate after "1990-01-01", sorting by id desc:
8+
**1. find all employees with last name "ibrahim" _or_ firstname is "mostafa" and birthdate after "1990-01-01", sorting by id desc:**
99

1010
URL:
1111
```
@@ -33,7 +33,7 @@ Request body:
3333

3434
---
3535

36-
2. find all employees with last name "ibrahim" _or_ department name contains "sw":
36+
**2. find all employees with last name "ibrahim" _or_ department name contains "sw":**
3737

3838
URL:
3939
```
@@ -48,4 +48,4 @@ Request body:
4848
}
4949
```
5050

51-
<img src="https://github.com/springexamples/spring-data-jpa-mongodb-expressions-demo/raw/master/etc/2.PNG?raw=true" />
51+
<img src="https://github.com/springexamples/spring-data-jpa-mongodb-expressions-demo/raw/master/etc/2.PNG?raw=true" />

0 commit comments

Comments
 (0)