From c1452146e22fbccadccb0e3db52249bf05f09115 Mon Sep 17 00:00:00 2001 From: Naman Sood Date: Sun, 30 Jul 2023 01:13:22 -0400 Subject: [PATCH] readme: only sass in PATH works Signed-off-by: Naman Sood --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec40078..0e8a045 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Prose is a blogging platform written in Go, which I am building to serve my own ## Setup -As of July 2023, `libsass` is no longer available, so the environment running this binary must have access to `sass` or `dart-sass` on the PATH. +As of July 2023, `libsass` is no longer available, so the environment running this binary must have access to `sass` on the PATH. ## Usage