From f73d044ad5fe90e23eafb0f240e89e2033527e53 Mon Sep 17 00:00:00 2001 From: laurentbartholdi Date: Tue, 5 Nov 2024 13:49:20 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index feb721e8..40a86a50 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Spasm -This is a user interface, in Julia, to the [Spasm](https://github.com/cbouilla/spasm) sparse direct solver mod `p`. +This is a user interface, in Julia, to the [SpaSM](https://github.com/cbouilla/spasm) sparse direct solver mod `p`. It exposes (or will expose :)) all the functions of the C interface, in the same syntax but without the leading `spasm_`. It's currently very much a work in progress.