From 82146d63307867b4b9e8321310771499f3e98dda Mon Sep 17 00:00:00 2001 From: Matt Henderson Date: Thu, 2 Nov 2023 16:08:53 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a751671..0fa375e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is a collection of mathematical animations, written as small React componen - [animations](src/animations) - code for each animation - [lib/Animation.tsx](src/lib/Animation.tsx) - react component for rendering and exporting animations -- [lib/graphics.tsx](src/lib/graphics.tsx) - library to simplify drawing to 2d canvas +- [lib/graphics.tsx](src/lib/graphics.ts) - library to simplify drawing to 2d canvas ## Creating an animation