diff --git a/docs/started.md b/docs/started.md index 133b1ab..d7e44c7 100644 --- a/docs/started.md +++ b/docs/started.md @@ -14,7 +14,8 @@ advantage of some new Python features. 2) Create a file called `anything.py` with the following code: ```py -from vibora import Vibora, JsonResponse +from vibora import Vibora +from vibora.responses import JsonResponse app = Vibora()