From c94f1b21698f48f45ecf77499706030c9906b6e4 Mon Sep 17 00:00:00 2001 From: mehbark Date: Sun, 15 Jan 2023 22:30:32 -0500 Subject: [PATCH] fix outdated info in readme --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 8dba32d..ed7cf51 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,3 @@ -clojure matrix-repl thing, the last two methods in src/matrix/core.clj are the only interesting bits - -src/matrix/core.clj is the only file with interesting stuff - current version's usage example (only the first line is user-input): ``` [[3 1 1 2] [1 -2 1 4] [-1 1 0 4]]