From 9d96b65ae7d94239cbfc9c83030ff030e0774ac1 Mon Sep 17 00:00:00 2001 From: ktyl Date: Mon, 8 Aug 2022 01:35:07 +0100 Subject: [PATCH] missing quotes --- blogs/2022/8/8/wading-into-tidal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blogs/2022/8/8/wading-into-tidal.md b/blogs/2022/8/8/wading-into-tidal.md index 59f2a84..0330d16 100644 --- a/blogs/2022/8/8/wading-into-tidal.md +++ b/blogs/2022/8/8/wading-into-tidal.md @@ -52,7 +52,7 @@ sudo make install ``` Next I opened SuperCollider with `scide` and installed SuperDirt. -Again the guide seemed a bit out of date in the version of SuperDirt it lists - I found I needed to use `"v1.7.2"` as the version string, rather than `v1.1.3` as listed. +Again the guide seemed a bit out of date in the version of SuperDirt it lists - I found I needed to use `"v1.7.2"` as the version string, rather than `"v1.1.3"` as shown in the guide. By the time you're reading this, the version listed here may be out of date, so if you have trouble with this stage that's what I'd check first. ```