From fce58bf6ef05780f189817b72e017edcf1ae8534 Mon Sep 17 00:00:00 2001 From: Simon Prickett Date: Tue, 19 Sep 2023 16:58:34 +0100 Subject: [PATCH] docs: Fixed a couple of typos. (#347) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 18e58e90..7a2f14f3 100644 --- a/README.md +++ b/README.md @@ -115,16 +115,16 @@ By default, Redis OM Spring connects to `localhost` at port `6379`. If your instance is running somewhere else, you can configure the connection in your `application.properties` or `application.yaml`: -In `applications.properties`: +In `application.properties`: ``` -spring.data.redis.host=your.cloud.db.redislabs.com | +spring.data.redis.host=your.cloud.db.redislabs.com spring.data.redis.port=12345 spring.data.redis.password=xxxxxxxx spring.data.redis.username=default ``` -In `applications.yaml`: +In `application.yaml`: ``` spring: