From ac899273ba18c189694e75ab29ba085de3edaacc Mon Sep 17 00:00:00 2001 From: Willow Ahrens Date: Thu, 2 Nov 2023 12:53:43 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7568b92bc..a9b03a4fb 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ |:---------------------------------------------:|:-------------------------------------:|:---------------------:| | [![][docs_ico]][docs] [![][ddocs_ico]][ddocs] | [![][ci_ico]][ci] [![][cov_ico]][cov] | [![][example_ico]][example] | -Finch is a cutting-edge Julia-to-Julia compiler specially designed for optimizing loop nests over sparse or structured multidimensional arrays. Finch empowers users to write conventional `for` loops which the compiler transforms behind-the-scenes into their sparse counterparts. +Finch is a cutting-edge Julia-to-Julia compiler specially designed for optimizing loop nests over sparse or structured multidimensional arrays. Finch empowers users to write conventional `for` loops which are transformed behind-the-scenes into their sparse counterparts. ## Key Features