diff --git a/README.md b/README.md index 0bb32a2..18aa1b7 100644 --- a/README.md +++ b/README.md @@ -75,9 +75,6 @@ Navigate to the `textual/examples` directory and add the following TOML file: [app.Calculator] command = "python calculator.py" -[app."Code Browser"] -command = "python code_browser.py" - [app.Dictionary] command = "python dictionary.py" ```