Update README.md

This commit is contained in:
Darren Burns
2024-06-19 14:40:59 +01:00
committed by GitHub
parent 97f55cf84d
commit 52a852659a

View File

@@ -58,7 +58,7 @@ The command can be anything you would enter in the shell, as long as it results
Finally, call the `serve` method:
```python
server.server()
server.serve()
```
You will now be able to click on the link in the terminal to run your app in a browser.