Skip to content

Commit

Permalink
Add link
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeRoggenbuck committed Sep 5, 2024
1 parent 4d56875 commit 5eb50d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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)

```
> t 1 v 2 ^ C 2 ^ / - sqrt / s fn
Expand All @@ -102,7 +102,7 @@ Here is the example of caluclating the speed dilation of an object at velocity `
-> 1
```

## Component in actoin
## Component in action

The following is a Component program to calculate the time dilation observed by an object moving at 300 m/s for 25 seconds.

Expand Down

0 comments on commit 5eb50d0

Please sign in to comment.