From c496bf814695db53f08b3d958f383d6303e31134 Mon Sep 17 00:00:00 2001 From: Luke Weiler Date: Mon, 5 Oct 2020 10:48:54 -0400 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b0b708f..65bdf2b 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,5 @@ To try out generators, go to todarith.ml/generate | Subtraction | 3 | Low | Complete | @lukew3 | 9-4= | 5 | | Multiplication | 4 | Low | In Progress | @lukew3 | 4*6= | 24 | | Division | 5 | Low | In Progress | @lukew3 | 4/2= | 2 | - | Factoring | - | Medium | Not Started | - | x^2+x-6 | (x-2)(x+3) | | Power Rule Differentiation | - | Medium | Not Started | - | x^5 | 5x^4 |