summaryrefslogtreecommitdiff
path: root/guide-src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'guide-src/index.html')
-rw-r--r--guide-src/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/guide-src/index.html b/guide-src/index.html
index c755491..0e765b4 100644
--- a/guide-src/index.html
+++ b/guide-src/index.html
@@ -41,7 +41,7 @@ you’ll get a nice <span style="color:#0cf">greenish blue</span> color!
<p>
<code>.pos</code> is itself a vector, so you can just throw it into the Buffer input:
-<div><img src="ex-vector.png" alt=""> <img src="output-pos.png" alt="" height="32"></div>
+<div><img src="ex-vector.png" alt=""> <img src="output-vector.png" alt="" height="32"></div>
notice how the output is red on the right side of the screen (where the x component of <code>.pos</code> is high)
and green at the top of the screen (where the y component of <code>.pos</code> is high).
</p>