Skip to content

Commit 2ef6276

Browse files
committed
update README.md
1 parent b44d990 commit 2ef6276

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# deno-postgres
22

3-
[![Build Status](https://travis-ci.com/bartlomieju/deno-postgres.svg?branch=master)](https://travis-ci.com/bartlomieju/deno-postgres)
3+
[![Build Status](https://travis-ci.com/buildondata/deno-postgres.svg?branch=master)](https://travis-ci.com/buildondata/deno-postgres)
44
[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/deno-postgres/community)
55

66
PostgreSQL driver for Deno.
@@ -49,6 +49,10 @@ async function main() {
4949
main();
5050
```
5151

52+
## Docs
53+
54+
Docs are available at [https://deno-postgres.com/](https://deno-postgres.com/)
55+
5256
## License
5357

5458
There are substantial parts of this library based on other libraries. They have preserved their individual licenses and copyrights.

0 commit comments

Comments
 (0)