diff --git a/README.md b/README.md index 5f5a3f55..ea2038a8 100644 --- a/README.md +++ b/README.md @@ -124,8 +124,4 @@ Change the following settings in your postgresql.conf: ## Version Policy -pgx follows semantic versioning for the documented public API on stable releases. Branch ```v2``` is the latest stable release. ```master``` can contain new features or behavior that will change or be removed before being merged to the stable ```v2``` branch (in practice, this occurs very rarely). - -Consider using a vendoring -tool such as [godep](https://github.com/tools/godep) or importing pgx via ```import -"gopkg.in/jackc/pgx.v2"``` to lock to the ```v2``` branch. +pgx follows semantic versioning for the documented public API on stable releases. Branch `v2` is the latest stable release. `master` can contain new features or behavior that will change or be removed before being merged to the stable `v2` branch (in practice, this occurs very rarely).