diff --git a/README.md b/README.md index 977d3b7..7bab477 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ POST http://host:8080/api/devices } ``` ## Dimming and value passing control -Dimming is also supported by using the expressions ${intensity.percent} for 0-100 or ${intensity.byte} for 0-255 or custom values using ${intensity.math()} i.e. "{$intensity.math(X/4)}". +Dimming is also supported by using the expressions ${intensity.percent} for 0-100 or ${intensity.byte} for 0-255 or custom values using ${intensity.math()} i.e. "${intensity.math(X/4)}". e.g. ``` {