Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
keeping the closed and ignored and correct a typo
  • Loading branch information
rchiileea authored Oct 8, 2024
1 parent 45db520 commit 3fcbce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

Want an icon? Open a [custom icon request](https://github.com/elax46/custom-brand-icons/issues/new?assignees=elax46&labels=icon-request&template=insertion-of-new-icons.md&title=Custom+Icon+request) or [contribute to the project](#developer-workflow).
- Provide a **svg file and jpg logo of your request (we also are not mind readers and dont know every icon globaly so if no name is present please add it** and a image along with your request.
- links to SVG's or Images will be ignored you must upload the files into your requestand they must be visible in post `IGNORING THIS SIMPLE REQUEST WILL RESULT IN YOUR REQUEST BEING IGNORED AND CLOSED` (if you can not be bothered to spend a few minutes doing this, why should we spend time making it).
- links to SVG's or Images will be ignored, you must upload the files into your requestand they must be visible in post. `IGNORING THIS SIMPLE REQUEST WILL RESULT IN YOUR REQUEST BEING IGNORED AND CLOSED` (if you can not be bothered to spend a few minutes doing this, why should we spend time looking for it and making it).
- For those who [made their own icons](#developer-workflow), open pull requests on the **[dev branch](https://github.com/elax46/custom-brand-icons/pulls)**.

### Make sure to [install](#installation-methods) `custom-brand-icons.js` into `configuration.yaml` or `ui-lovelace.yaml`
Expand Down Expand Up @@ -224,7 +224,7 @@ Example entry:
- `string` = this data can be recovered from the svg file `<path d="M21,12.5 C21,13.33 18.76,...."` In particular you will have to enter only the part of the vector code `"M21,12.5 C21,13.33 18.76"`.
- For an example, take a look at the [icons already inserted](dist/custom-brand-icons.js).

(Optional) In case you want to create your own perfix you can edit the last line of the `custom-brand-icons.js`
(Optional) In case you want to create your own prefix you can edit the last line of the `custom-brand-icons.js`

```js
window.customIconsets["yourprefix"] = getIcon;
Expand Down

0 comments on commit 3fcbce9

Please sign in to comment.