From fcd359de3e64c8600a5fda9b00d37a8b85e91ed0 Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Sat, 13 Oct 2018 09:23:15 -0500 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dcd4be..7becf30 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SQL -This package provides interfaces and common classes shared by [`amphp/mysql`](https://github.com/amphp/mysql) and [`amphp/postgres`](https://github.com/amphp/postgres). +This package provides interfaces and classes shared by [`amphp/mysql`](https://github.com/amphp/mysql) and [`amphp/postgres`](https://github.com/amphp/postgres). See [`amphp/sql-common`](https://github.com/amphp/sql-common) for common implementations shared by these libraries. ## Requirements