Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
oklemenz2 committed Jan 8, 2025
1 parent 4cb7667 commit a80325e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1534,13 +1534,13 @@ To use the Redis Adapter (basic publish/subscribe), the following steps have to
**Example:**
```
```json
{
cds: {
requires: {
redis-websocket: {
vcap: {
tag: "ws-redis"
"cds": {
"requires": {
"redis-websocket": {
"vcap": {
"tag": "ws-redis"
}
}
}
Expand All @@ -1552,14 +1552,14 @@ To use the Redis Adapter (basic publish/subscribe), the following steps have to
**Example:**
```
```json
{
cds: {
requires: {
redis-websocket: null,
redis: {
vcap: {
tag: "ws-redis"
"cds": {
"requires": {
"redis-websocket": null,
"redis": {
"vcap": {
"tag": "ws-redis"
}
}
}
Expand Down

0 comments on commit a80325e

Please sign in to comment.