Fix typo in node-red-node-smooth (#205)

This commit is contained in:
Nathanaël Lécaudé 2016-05-02 16:55:18 -04:00 committed by Dave Conway-Jones
parent 14b1c3b123
commit 32282ec528
1 changed files with 1 additions and 1 deletions

View File

@ -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
-------