From 86c49ca5c5f0b54e8294b59ac80936f23e4d9ab8 Mon Sep 17 00:00:00 2001 From: Riley Murray <rileyjmurray@users.noreply.github.com> Date: Thu, 22 Aug 2024 10:11:44 -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 75c7bdba..ad791026 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ RandBLAS facilitates implementation of high-level randomized linear algebra algo It does this by providing basic functionality for sketching with a BLAS-like interface. Our goal is for RandBLAS to become a standard like the BLAS, in that hardware vendors might -release their own optimized implementations of algorithms which confirm to the RandBLAS API. +release their own optimized implementations of algorithms which conform to the RandBLAS API. For those who are new to randomized linear algebra, we recommend you check out [this 35-minute YouTube video](https://www.youtube.com/watch?v=6htbyY3rH1w) on the subject.