From fec81559ca210af7f61528e7d7d26112216fd78e Mon Sep 17 00:00:00 2001 From: Alexey Date: Mon, 18 Jan 2021 14:39:25 +0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a11da3..dca92c1 100644 --- a/README.md +++ b/README.md @@ -39,12 +39,12 @@ the full list of "bricks" on [this page](/docs/table_of_contents.md). ### Build ``` -t3make -f experiment +t3make -f yet_another_experiment ``` ### Incremental build ``` -watch -n 1 t3make -d -we -nobanner -f experiment +watch -n 1 t3make -d -we -nobanner -f yet_another_experiment ``` ## Tutorials and documentation