From 25f96e146281f94219d1415dcac57d1bb05c324c Mon Sep 17 00:00:00 2001 From: Jason Maurer Date: Thu, 22 Jun 2023 11:42:30 -0600 Subject: [PATCH] Add new Digital Ocean Droplet strategy to readme (#192) * Add new Digital Ocean Droplet strategy to readme * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a90fe50..8ea078c 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,7 @@ The following list of third-party strategy implementations is not comprehensive, but are known to exist. - [libcluster_ec2](https://github.com/kyleaa/libcluster_ec2) - EC2 clustering strategy based on tags +- [libcluster_droplet](https://github.com/jsonmaur/libcluster-droplet) - Digital Ocean Droplet clustering strategy - [libcluster_consul](https://github.com/team-telnyx/libcluster_consul) - Consul clustering strategy ## Copyright and License