From 5252b11a14e2d1e06747cb451b56008c126f2904 Mon Sep 17 00:00:00 2001 From: Yu Jia Cheong Date: Fri, 23 Feb 2024 20:03:34 +0800 Subject: [PATCH] feat: update readme for consistency in multi-app example --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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".