Skip to content

Commit b3139d2

Browse files
committed
update readme
1 parent 89124c3 commit b3139d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ from your_application.settings import settings
4040
application: litestar.Litestar = LitestarBootstrapper(settings).bootstrap()
4141
```
4242

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

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

52-
<b>microbootstrap</b> supports only `litestar` framework for now.
53-
5453
Interested? Let's jump right into it ⚡
5554

5655
## Installation

0 commit comments

Comments
 (0)