diff --git a/README.md b/README.md index ac9b6e95200510328cd038d94ed3d55e8e940ff4..32f2c7b035614c0d91d37bdc29ab2d71f2cff632 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,14 @@ ## The `db.v2` package -The `upper.io/db.v2` package for [Go][2] is a non-opinionated database access -layer for Go that provides a common interface to work with different data -sources such as PostgreSQL, MySQL, SQLite, QL and MongoDB. +The `upper.io/db.v2` package for [Go][2] is a productive database access layer +for Go that provides a common interface to work with different data sources +such as PostgreSQL, MySQL, SQLite, QL and MongoDB. ``` go get upper.io/db.v2 ``` - - ## User documentation This is the source code repository, see examples and documentation at