diff --git a/src/exercises/webassembly/camera.md b/src/exercises/webassembly/camera.md index 4d4a8911..c36c5534 100644 --- a/src/exercises/webassembly/camera.md +++ b/src/exercises/webassembly/camera.md @@ -44,5 +44,5 @@ We will reuse our different implementations. So do not erase them when going fro 3. Create an X-ray effect. This is done by mapping colors to their opposite, for instance `0<->255`, `100<->155`. Beware of illumination. 4. You can play with the function, for instance you can implement greyscale, or add random noise. 5. In the `setup` function create a dropdown (`