Skip to content

Commit 1b2e763

Browse files
committed
Polishing.
1 parent 6cc9ecd commit 1b2e763

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
@@ -189,7 +189,7 @@ r2dbc:postgresql:failover://user:foo@host1:5433,host2:5432,host3
189189
For example an application can create two connection pools. One data source is for writes, another for reads. The write pool limits connections only to a primary node:
190190

191191
```
192-
r2dbc:postgresql:failover://user:foo@host1:5433,host2:5432,host3?targetServerType=primary.
192+
r2dbc:postgresql:failover://user:foo@host1:5433,host2:5432,host3?targetServerType=primary
193193
```
194194

195195
## Cursors

0 commit comments

Comments
 (0)