diff --git a/README.md b/README.md index 887f6c8..4fd7414 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ import fire def hello(name="World"): return f"Hello, {name}!" - if __name__ == "__main__": fire.Fire(hello) ```