Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
insani7y committed Aug 6, 2024
1 parent 89124c3 commit b3139d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ from your_application.settings import settings
application: litestar.Litestar = LitestarBootstrapper(settings).bootstrap()
```

Only `litestar` is supported yet.
With <b>microbootstrap</b>, you get an application with lightweight built-in support for:

- `sentry`
Expand All @@ -49,8 +50,6 @@ With <b>microbootstrap</b>, you get an application with lightweight built-in sup
- `cors`
- `swagger` - additional offline version support

<b>microbootstrap</b> supports only `litestar` framework for now.

Interested? Let's jump right into it ⚡

## Installation
Expand Down

0 comments on commit b3139d2

Please sign in to comment.