Skip to content

Commit

Permalink
chore: update the readme format
Browse files Browse the repository at this point in the history
  • Loading branch information
kkiani committed Oct 7, 2024
1 parent e3b9004 commit e4f5d6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit e4f5d6f

Please sign in to comment.