diff --git a/README.md b/README.md index 920dd64..18c4833 100644 --- a/README.md +++ b/README.md @@ -63,4 +63,4 @@ At the end I also added an intervals struct, to further simplify the code. This chapter was yet another simplification of the existing code - the viewport and the camera were moved out of main and got their own struct. The camera struct and the render function have two tasks: 1) Construct and dispatch rays into the world and -2) Using the results of these rays to construct the rendered image \ No newline at end of file +2) Use the results of these rays to construct the rendered image \ No newline at end of file