From 170e0396c12aa5cb2745c55ac85609cd866f3d58 Mon Sep 17 00:00:00 2001 From: Jake Roggenbuck <35516367+JakeRoggenbuck@users.noreply.github.com> Date: Thu, 5 Sep 2024 00:59:25 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eca816d..42d0739 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Create an addition function called `foo`. Note that to start a function you do i -> 3 ``` -Here is the example of caluclating the speed dilation of an object at velocity `v` in m/s for time `t` in seconds. More info about this in the section [#Component-in-action](#component-in-actoin) +Here is the example of caluclating the speed dilation of an object at velocity `v` in m/s for time `t` in seconds. More info about this in the section [#Component-in-action](#component-in-action) ``` > t 1 v 2 ^ C 2 ^ / - sqrt / s fn