diff --git a/README.md b/README.md index 13ae29f..0d55e08 100644 --- a/README.md +++ b/README.md @@ -286,9 +286,9 @@ Even though ( x ) is negative, the highest power term ( x^4 ) will still lead t
-The limit as ( x ) approaches infinity for ( 2x^5 - 3x^2 + 6 ) is:
 +The limit as ( x ) approaches infinity for $\( 2x^5 - 3x^2 + 6 ) is:
 -The limit as ( x ) approaches negative infinity for ( 2x^4 - 3x^3 + x + 6 ) is:
 +The limit as ( x ) approaches negative infinity for $\( 2x^4 - 3x^3 + x + 6 )$ is:
 $\lim_{x \to -\infty} (2x^4 - 3x^3 + x + 6) = \infty$