From 32282ec52804dae05cee699c36a4a29af88b2b3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20L=C3=A9caud=C3=A9?= Date: Mon, 2 May 2016 16:55:18 -0400 Subject: [PATCH] Fix typo in node-red-node-smooth (#205) --- function/smooth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function/smooth/README.md b/function/smooth/README.md index 648d5f21..9beb68e5 100644 --- a/function/smooth/README.md +++ b/function/smooth/README.md @@ -9,7 +9,7 @@ several simple smoothing algorithms for incoming data values. These include - Mean - Standard Deviation - High Pass Smoothing - - Loww Pass Smoothing + - Low Pass Smoothing Install -------