diff --git a/README.md b/README.md index 839e5d9..bb66fc6 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,6 @@ This limit can be solved using factorization and polynomial division: \[ \begin{align*} - \lim_{{x \to 3}} \frac{{x^3 - 27}}{{x^2 - 5x + 6}} &= \lim_{{x \to 3}} \frac{{(x - 3)(x^2 + 3x + 9)}}{{(x - 2)(x - 3)}} \\