diff options
author | pommicket <pommicket@gmail.com> | 2023-09-06 21:58:04 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-09-06 22:01:02 -0400 |
commit | 6cb40e9bc8c5f15a0c5158fe2c65b507221e4b4d (patch) | |
tree | b957e2455c27f3b39be24a693ae98b51583e9e64 /guide-src/index.html | |
parent | b231aa7fd2eaf8c11bfc052fd5fea70699d2bb54 (diff) |
fix error on first page load and broken image
Diffstat (limited to 'guide-src/index.html')
-rw-r--r-- | guide-src/index.html | 2 |
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> |