diff --git a/README.md b/README.md index 52e86a9..e3a80c8 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ Connection URL scheme is also supported: ``` pgweb --url postgres://user:password@host:port/database?sslmode=[mode] +pgweb --url "postgres:///database?host=/absolute/path/to/unix/socket/dir" ``` ### Multiple database sessions @@ -127,4 +128,4 @@ make test-all ## License -The MIT License (MIT). See [LICENSE](LICENSE) file for more details. \ No newline at end of file +The MIT License (MIT). See [LICENSE](LICENSE) file for more details.