From 0d971a8628a43e6c747b782894d04e10868c6b98 Mon Sep 17 00:00:00 2001 From: CJSatnarine Date: Mon, 8 Jul 2024 21:50:15 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3da547b..8bae00f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # About -This is a project where I learn how a raytracer works by building one. +This is a project where I learn how a raytracer works by building one. To accomplish this, I will be following along a few books, in particular the *Ray Tracing in One Weekend* series. ### Resources Used [_Ray Tracing in One Weekend_](https://raytracing.github.io/books/RayTracingInOneWeekend.html)