From cfd04ab7fa3a3d1c18f20e81d0dfac296c7cecd5 Mon Sep 17 00:00:00 2001 From: Bernhard Wagner Date: Thu, 16 Feb 2023 15:19:14 +0100 Subject: [PATCH] ADDS: Continuation to Patterns --- website/src/pages/learn/pwa.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/src/pages/learn/pwa.mdx b/website/src/pages/learn/pwa.mdx index ab2c68f3..29c0843b 100644 --- a/website/src/pages/learn/pwa.mdx +++ b/website/src/pages/learn/pwa.mdx @@ -7,3 +7,5 @@ layout: ../../layouts/MainLayout.astro You can use Strudel even without a network! When you first visit the [Strudel REPL](strudel.tidalcycles.org/), your browser will download the whole web app including documentation. + +Ok, what are [Patterns](/technical-manual/patterns) all about?