From 52a852659ad9e5eb900e7a0353e8ae27942e705d Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Wed, 19 Jun 2024 14:40:59 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2b068e..4cf9273 100644 --- a/README.md +++ b/README.md @@ -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.