From b760da4dbaec01fbef71cc129cbbe82f80bcc84a Mon Sep 17 00:00:00 2001 From: CJSatnarine Date: Wed, 24 Jul 2024 13:03:24 -0400 Subject: [PATCH] Grammar fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0fd720..434374b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ For **Windows**, run this command to optimised build: And to run the build: - `build\Release\Raytracer.exe > image.ppm` -For **Mac** or **Linux**, run these commands to obptimise build for the fastest results: +For **Mac** or **Linux**, run these commands to optimise build for the fastest results: - `cmake -B build/Release -DCMAKE_BUILD_TYPE=Release` @@ -44,7 +44,7 @@ You'll need an image viewer to view the PPM file. I used [feh](https://feh.final # :scroll: To Do A list of things I wish to implement: -- [ ] Triangles +- [ ] Triangle # :book: Resources Used