README.md in capistrano-data_plane_api-0.1.1 vs README.md in capistrano-data_plane_api-0.1.2

- old
+ new

@@ -1,9 +1,14 @@ # Capistrano::DataPlaneApi -Capistrano plugin which helps you automatically change the admin state of your HAProxy servers. +[Capistrano](https://capistranorb.com/) plugin which helps you +automatically change the admin state of your [HAProxy](https://www.haproxy.com/) +servers using the [Data Plane API](https://www.haproxy.com/documentation/dataplaneapi/community/). +[Capistrano](https://capistranorb.com/) is a remote server automation and deployment tool. +[HAProxy](https://www.haproxy.com/) is a load balancer. + ## Installation ### Gemfile Install the gem and add to the application's Gemfile by executing: @@ -30,10 +35,11 @@ ## Usage This gem hooks into capistrano to add new tasks which enable you to change the admin state of your HAProxy -servers during the deployment process. +servers during the deployment process +using using the [Data Plane API](https://www.haproxy.com/documentation/dataplaneapi/community/). We recommend creating separate Capistrano stages for every HAProxy server. ## Deployment script