From f49f2481c77be14057ead006a54683c4a108ca49 Mon Sep 17 00:00:00 2001 From: Josh Byster <8664074+josh-byster@users.noreply.github.com> Date: Thu, 17 May 2018 04:11:30 -0500 Subject: [PATCH] Changed "l" to "|" in logarithm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d4db46..5e50f03 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Note: `:operation` is the math operation that you want to perform. `:expression` | Inverse Sine | /arcsin/0 | 0 | | Inverse Tangent | /arctan/0 | 0 | | Absolute Value | /abs/-1 | 1 | -| Logarithm | /log/2l8 | 3 | +| Logarithm | /log/2|8 | 3 | *Keep in mind:* To find the tangent line of a function at a certain x value,