diff --git a/src/algorithms/math/factorial/README.md b/src/algorithms/math/factorial/README.md index 06400c55..55c481a2 100644 --- a/src/algorithms/math/factorial/README.md +++ b/src/algorithms/math/factorial/README.md @@ -9,7 +9,7 @@ than or equal to `n`. For example: ``` | n | n! | -| ----- | :-------------------------: | +| ----- | --------------------------: | | 0 | 1 | | 1 | 1 | | 2 | 2 |