diff --git a/README.md b/README.md index 3f62b23..237dc89 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ Damavand empowers developers to handle both the application layer and resource l ### Example +> [!TIP] +> Checkout the [examples](examples) directory for more examples. + Here's an example using Damavand to create an S3 bucket and deploy a simple Flask server: ```python @@ -62,9 +65,6 @@ if __name__ == "__main__": main() ``` -> [!TIP] -> Checkout the [examples](examples) directory for more examples. - ## Key Features - ARC Design Pattern: Implements the Application, Resource, and Controller layers to streamline the development process. - Pulumi-Powered IaC: Uses Pulumi to manage cloud infrastructure resources in a cloud-agnostic way, reducing complexity.