diff --git a/README.md b/README.md index 79e0f03..c43ef9c 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,9 @@ command = "python calculator.py" [app.Dictionary] command = "python dictionary.py" + +[app.CodeBrowser] +command = "python code-browser.py" ``` The name is unimportant, but let's say you called it "serve.toml".