Skip to content

Commit

Permalink
#75 polish
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 24, 2024
1 parent b0710f8 commit e318e3c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ You can also let it pick the connection parameters from the environment
variable `DATABASE_URL`, formatted like
`postgres://user:password@host:5432/dbname`:


```ruby
pgsql = Pgtk::Pool.new(Pgtk::Wire::Env.new)
```
Expand Down Expand Up @@ -138,11 +137,11 @@ end

Should work.

Well, it works in
Well, it works in
[netbout.com](https://github.com/yegor256/netbout),
[wts.zold.io](https://github.com/zold-io/wts.zold.io),
[mailanes.com](https://github.com/yegor256/mailanes), and
[0rsk.com](https://github.com/yegor256/0rsk).
[0rsk.com](https://github.com/yegor256/0rsk).
They are all open source, you can see how they use `pgtk`.

## How to contribute
Expand Down

0 comments on commit e318e3c

Please sign in to comment.