s/minThermalRPM/minThermalOutput

The minThermalRPM is only an RPM by the fact that
that is the units of the PID. As the PID units can
be anything, change this to minThermalOutput to allow
for different units (i.e. percent).

Change-Id: Ic53fef1159ade5a413e5d519d407947f3023d8e3
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/examples/README b/examples/README
index df76978..dcbd645 100644
--- a/examples/README
+++ b/examples/README
@@ -55,7 +55,7 @@
 "zones" : [
   {
     "id": 1, /* zone id. */
-    "minThermalRpm": 3000.0, /* The minimum thermal RPM value. (double) */
+    "minThermalOutput": 3000.0, /* The minimum thermal RPM value. (double) */
     "failsafePercent": 75.0, /* The percent to use when the zone is in fail-safe mode. (double) */
     "pids": [
       {