Fix a typo in the README

This commit is contained in:
Greg Karékinian 2020-05-12 15:59:55 +02:00
parent 254f9020ae
commit 0180da1aa6

View File

@ -24,7 +24,7 @@ end
```ruby ```ruby
postgresql_custom_server "12" do postgresql_custom_server "12" do
role "primary" role "replica"
tls true tls true
end end
``` ```