Merge branch 'master' of github.com:30x/apid-core into XAPID-1093
diff --git a/README.md b/README.md
index 7a4d0cd..c7587cf 100644
--- a/README.md
+++ b/README.md
@@ -55,5 +55,5 @@
## apid.Data() service
This service provides the primitives to perform SQL operations on the database. It also provides the
-provision to alter DB connection pool settings via ConfigDBMaxConns, ConfigDBIdleConns andonfigDBConnsTimeout configuration parameters. They currently are defaulted to 1000, 1000 and 120 seconds respectively.
+provision to alter DB connection pool settings via ConfigDBMaxConns, ConfigDBIdleConns and configDBConnsTimeout configuration parameters. They currently are defaulted to 1000 connections, 1000 connections and 120 seconds respectively.
More details on this can be found at https://golang.org/pkg/database/sql