Skip to content

Commit

Permalink
docs: Fixed a couple of typos. (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonprickett authored Sep 19, 2023
1 parent 614d603 commit fce58bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fce58bf

Please sign in to comment.