From 8ebd6ea431cd439061ed30a144be56e2b65c00a6 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Mon, 28 Oct 2019 22:32:10 +0200 Subject: [PATCH] Update HelloWorld example. --- scripts/examples/01-Basics/helloworld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/examples/01-Basics/helloworld.py b/scripts/examples/01-Basics/helloworld.py index a3f390747..a18b84b21 100644 --- a/scripts/examples/01-Basics/helloworld.py +++ b/scripts/examples/01-Basics/helloworld.py @@ -1,6 +1,6 @@ # Hello World Example # -# Welcome to the OpenMV IDE! Click on the gear button above to run the script! +# Welcome to the OpenMV IDE! Click on the green run arrow button below to run the script! import sensor, image, time