Skip to content

Commit ece0dab

Browse files
committed
Updated README.md [skip ci]
1 parent 00dee31 commit ece0dab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ using RhythmGameUtilities;
106106
var value = Common.Lerp(0, 10, 0.5f);
107107
```
108108

109-
#### `Utilities.InverseLerp`
109+
#### `Common.InverseLerp`
110110

111111
```csharp
112112
using RhythmGameUtilities;

UnityPackage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ using RhythmGameUtilities;
106106
var value = Common.Lerp(0, 10, 0.5f);
107107
```
108108

109-
#### `Utilities.InverseLerp`
109+
#### `Common.InverseLerp`
110110

111111
```csharp
112112
using RhythmGameUtilities;

0 commit comments

Comments
 (0)