Skip to content

Commit b3392e7

Browse files
authored
Fix: Column Title (#2)
1 parent 27f8a5d commit b3392e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Each of them is available in three variations:
2424

2525
## Easing Functions
2626

27-
| x | In | InOut | Out |
27+
| x | In | Out | InOut |
2828
|---------|:--------------------------------------------------------------:|:-----------------------------------------------------------------:|:-----------------------------------------------------------------------:|
2929
| Cubic | ![Ease In Cubic](img/easeInCubic.svg) <br> `easeInCubic` | ![Ease Out Cubic](img/easeOutCubic.svg) <br> `easeOutCubic` | ![Ease InOut Cubic](img/easeInOutCubic.svg) <br> `easeInOutCubic` |
3030
| Quart | ![Ease In Quart](img/easeInQuart.svg) <br> `easeInQuart` | ![Ease Out Quart](img/easeOutQuart.svg) <br> `easeOutQuart` | ![Ease InOut Quart](img/easeInOutQuart.svg) <br> `easeInOutQuart` |

0 commit comments

Comments
 (0)