From b48bd3a8bc10df319ce9a8af2a6996adc07d9632 Mon Sep 17 00:00:00 2001 From: Bastian Triller Date: Sun, 16 Jul 2023 03:17:30 +0200 Subject: [PATCH] Fix typos (#1458) Fix typos and manufacturer's position in device type's slug description. Add link to elevation-images folder. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 78358162c..10f502dbb 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Each definition **must** include at minimum the following fields: - `model`: The model number of the device type. This must be unique per manufacturer. - Type: String - `slug`: A URL-friendly representation of the model number. Like the model number, this must be unique per - manufacturer. All slugs should have the manufacturers name appended to it with a dash, please see the example below. + manufacturer. All slugs should have the manufacturers name prepended to it with a dash, please see the example below. - Type: String - Pattern: `"^[-a-zA-Z0-9_]+$"`. Must match the following characters: `-`, `_`, Uppercase or Lowercase `a` to `z`, Numbers `0` to `9`. @@ -55,11 +55,11 @@ The following fields may **optionally** be declared: - `side-to-rear` - `passive` > :test_tube: **Example**: `airflow: side-to-rear` -- `front_image`: Indicates that this device has a front elevation image within the elevation-imgaes folder. (**Default: None**) +- `front_image`: Indicates that this device has a front elevation image within the [elevation-images](elevation-images/) folder. (**Default: None**) - NOTE: The elevation images folder requires the same folder name as this device. The file name must also adhere to .front. - Type: Boolean > :test_tube: **Example**: `front_image: True` -- `rear_image`: Indicates that this device has a rear elevation image within the elevation-imgaes folder. (**Default: None**) +- `rear_image`: Indicates that this device has a rear elevation image within the [elevation-images](elevation-images/) folder. (**Default: None**) - NOTE: The elevation images folder requires the same folder name as this device. The file name must also adhere to .rear. - Type: Boolean > :test_tube: **Example**: `rear_image: True`