From bd7e6dee8cf884b013e4c7506bd1d63e76d10e50 Mon Sep 17 00:00:00 2001 From: Alyx <25337749+Alyxsqrd@users.noreply.github.com> Date: Sat, 23 Dec 2023 17:23:32 -0500 Subject: [PATCH] Update README.md --- README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 894aaee..1109939 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ ### Platform Support -| Android | iOS | MacOS | Web | Linux | Windows | +| Android | iOS | macOS | Web | Linux | Windows | | :-----: | :-: | :---: | :-: | :---: | :-----: | | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | @@ -117,25 +117,25 @@ In the above configuration, the package is setup to replace the existing launche Shown below is the full list of attributes which you can specify within your Icons Launcher configuration. -| Icons Launcher Option | Type | Default | Description | -| --------------------- | ------ | ------- | ------------------------------------------- | -| `image_path` | String | `null` | The image file path | -| `platforms` | Object | `null` | Use for specific platform to generate icons | +| Icons Launcher Option | Type | Default | Description | +| --------------------- | ------ | ------- | -------------------------------------------- | +| `image_path` | String | `null` | The image file path | +| `platforms` | Object | `null` | Use for specific platforms to generate icons | --- | Platforms Option | Type | Default | Description | | ---------------- | ------ | ------- | --------------------------------- | -| `android` | Object | `null` | Use for specific android platform | -| `ios` | Object | `null` | Use for specific android platform | -| `macos` | Object | `null` | Use for specific android platform | -| `windows` | Object | `null` | Use for specific android platform | -| `web` | Object | `null` | Use for specific android platform | -| `linux` | Object | `null` | Use for specific android platform | +| `android` | Object | `null` | Use for specific Android platform | +| `ios` | Object | `null` | Use for specific iOS platform | +| `macos` | Object | `null` | Use for specific macOS platform | +| `windows` | Object | `null` | Use for specific Windows platform | +| `web` | Object | `null` | Use for specific Web platform | +| `linux` | Object | `null` | Use for specific Linux platform | | Android Option | Type | Default | Description | | --------------------------- | ------- | ------- | -------------------------------------------------------------------- | -| `enable` | Boolean | `false` | Use for enable android platform | +| `enable` | Boolean | `false` | Use for enable Android platform | | `image_path` | String | `null` | The image file path | | `adaptive_background_color` | String | `null` | Color for fill out the background of the adaptive icon (_"#ffffff"_) | | `adaptive_background_image` | String | `null` | Image for fill out the background of the adaptive icon | @@ -143,30 +143,30 @@ Shown below is the full list of attributes which you can specify within your Ico | `adaptive_round_image` | String | `null` | Image for the round icon of the adaptive icon (optional) | | `adaptive_monochrome_image` | String | `null` | Image for the monochrome version of the adaptive icon (optional) | -| IOS Option | Type | Default | Description | +| iOS Option | Type | Default | Description | | ------------ | ------- | ------- | --------------------------- | -| `enable` | Boolean | `false` | Use for enable ios platform | +| `enable` | Boolean | `false` | Use for enable iOS platform | | `image_path` | String | `null` | The image file path | | Web Option | Type | Default | Description | | -------------- | ------- | ------- | --------------------------- | -| `enable` | Boolean | `false` | Use for enable ios platform | +| `enable` | Boolean | `false` | Use for enable Web platform | | `image_path` | String | `null` | The image file path | | `favicon_path` | String | `null` | The image file path | | macOS Option | Type | Default | Description | | ------------ | ------- | ------- | ----------------------------- | -| `enable` | Boolean | `false` | Use for enable macos platform | +| `enable` | Boolean | `false` | Use for enable macOS platform | | `image_path` | String | `null` | The image file path | | Windows Option | Type | Default | Description | | -------------- | ------- | ------- | ------------------------------- | -| `enable` | Boolean | `false` | Use for enable windows platform | +| `enable` | Boolean | `false` | Use for enable Windows platform | | `image_path` | String | `null` | The image file path | | Linux Option | Type | Default | Description | | ------------ | ------- | ------- | ----------------------------- | -| `enable` | Boolean | `false` | Use for enable linux platform | +| `enable` | Boolean | `false` | Use for enable Linux platform | | `image_path` | String | `null` | The image file path | ---