Skip to content

Commit 1c29331

Browse files
committed
Fix typo in README.
1 parent 01b898d commit 1c29331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ In summary, these are the steps to create a new device-profile.
9090
For each firmware version (if there are multiple), make sure to also
9191
configure the `profiles` and `codec` options (if you provide a payload)
9292
codec. For example your `temperature.toml` device configuration could
93-
contain `profiles= ["temerature-eu868.toml", "temperature-us915.toml"]` and
93+
contain `profiles= ["temperature-eu868.toml", "temperature-us915.toml"]` and
9494
`codec = "temperature.js"` if there a a codec for this device.
9595

9696
4. **Create profile file(s).** In this step you need to create a file for

0 commit comments

Comments
 (0)