aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/intro/00.hello_world.pd
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorials/intro/00.hello_world.pd')
-rw-r--r--doc/tutorials/intro/00.hello_world.pd3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tutorials/intro/00.hello_world.pd b/doc/tutorials/intro/00.hello_world.pd
index e1ff0833..981429f3 100644
--- a/doc/tutorials/intro/00.hello_world.pd
+++ b/doc/tutorials/intro/00.hello_world.pd
@@ -1,4 +1,4 @@
-#N canvas 228 159 624 436 12;
+#N canvas 228 159 628 440 12;
#X msg 235 167 Hello world!;
#X text 238 216 <-- connection \, aka "cord";
#X text 17 32 In Pd \, programming is done with boxes which are connected
@@ -10,4 +10,5 @@ together. The boxes have "inlets" and "outlets" \, where they are connected.
#X obj 234 265 print;
#X text 289 266 <-- object box;
#X text 89 357 Now look in the Pd window to see the result.;
+#X text 374 166 <-- click here;
#X connect 0 0 6 0;