From 9672fcb3c672f3cfcdcc7f0756055fa252c6bb56 Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Mon, 29 Mar 2021 23:53:38 +0000 Subject: [PATCH] README: improve overview Signed-off-by: Solomon Hykes --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a10f8af3..1fef7447 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,16 @@ # Dagger -Dagger is a platform for deploying your code using code. +Dagger is a programmable deployment system. -Using Dagger, software builders can create powerful deployment workflows, tailor-made for their application, +Using Dagger, software builders can automate the deployment of any application to any infrastructure, in just a few lines of code. ![image](https://user-images.githubusercontent.com/29565/112705398-d0222980-8e5b-11eb-98b9-32c117a3d606.jpeg) - -The Dagger platform adapts to your application, not the other way around. Thanks to its vast ecosystem of reusable packages and flexible scripting system, Dagger can deploy virtually any -application to any infrastructure, and integrate with any CI and build system. Think of it as your "devops superglu". +The Dagger platform adapts to your application, not the other way around. +Thanks to its ecosystem of reusable packages and flexible scripting system, Dagger can be dropped +into any software project without requiring changes to its architecture or workflow. +Think of it as your "devops superglu". No matter how your deployment works under the hood, you can manage it with the same Dagger user interface. This makes developers more productive, because they don't have to learn a new workflow every time their deployment