Skip to content

Commit 4d068c6

Browse files
committed
typo
1 parent 0389329 commit 4d068c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ curl -XPUT -u elastic:changeme 'localhost:9200/people_1_june/people_type' -H 'Co
9696
*curl -H "Content-Type: application/json" -X POST -d
9797
'{"name": "Oguzhan","surname": "Karacullu","username": "oguz00","age": 27}' http://localhost:8080/person*
9898

99-
### Get All Person from ES index wşth Java Api if exist, else getter from local PostgreSql DB
99+
### Get All Person from ES index with Java Api if exist, else getter from local PostgreSql DB
100100
*curl -i -H "Accept: application/json" -H "Content-Type: application/json" -X GET 'http://localhost:8080/person/all'*
101101

102102
### spring-boot-kotlin-actuator

0 commit comments

Comments
 (0)