Update README.md

This commit is contained in:
Will McGugan
2023-09-07 10:38:23 +01:00
committed by GitHub
parent 8df5acc3fe
commit 747bf35dba

View File

@@ -75,9 +75,6 @@ Navigate to the `textual/examples` directory and add the following TOML file:
[app.Calculator] [app.Calculator]
command = "python calculator.py" command = "python calculator.py"
[app."Code Browser"]
command = "python code_browser.py"
[app.Dictionary] [app.Dictionary]
command = "python dictionary.py" command = "python dictionary.py"
``` ```