From 4a54dda438cdc5e9b38f85a64fcf546b2456af67 Mon Sep 17 00:00:00 2001 From: thosakwe Date: Sat, 17 Jun 2017 12:48:18 -0400 Subject: [PATCH] Update connection --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fbebb43..e9c0849b 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ import 'car.dart'; import 'car.orm.g.dart'; /// Returns an Angel plug-in that connects to a PostgreSQL database, and sets up a controller connected to it... -AngelConfigurer connectToCarsTable(PostgreSQL connection) { +AngelConfigurer connectToCarsTable(PostgreSQLConnection connection) { return (Angel app) async { // Instantiate a Car repository, which is auto-generated. This class helps us build fluent queries easily. var cars = new CarRepository(connection);