From 6e45b77abab2663440c7364eb9fc1f53270137b0 Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Fri, 4 Oct 2019 11:26:12 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e043161..0005deb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## PyFAN -This python script utilizes linux's hwmon interface and a PID controller for fan controlling. No external dependencies besides simple_pid are needed. +This python script utilizes linux's hwmon interface and a PID controller for fan controlling. No external dependencies besides simple_pid and PyYAML are needed. # Usage