From 747bf35dba8dba204f173834717932fc91c69b5f Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Thu, 7 Sep 2023 10:38:23 +0100 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) 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" ```