Skip to content

Commit 5c9c2a9

Browse files
authored
Merge pull request #63 from cosenal/docs-fix-import
Fix import statement in docs
2 parents ae1c2ba + 50dfdfe commit 5c9c2a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ Once you have a Mojo project set up locally,
6767
```
6868
or import individual structs and functions, e.g.
6969
```mojo
70-
from lightbug_http.http import HTTPService, HTTPRequest, HTTPResponse, OK, NotFound
70+
from lightbug_http.service import HTTPService
71+
from lightbug_http.http import HTTPRequest, HTTPResponse, OK, NotFound
7172
```
7273
there are some default handlers you can play with:
7374
```mojo

0 commit comments

Comments
 (0)