Skip to content

Commit

Permalink
Fix description of how to use custom icons (Closes #1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Apr 25, 2021
1 parent 86940e4 commit 80c551b
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 @@ -102,7 +102,7 @@ In the settings.json the icon can be associated to a file name or file extension

```json
"material-icon-theme.files.associations": {
"fileName.ts": "../../../icons/sample"
"fileName.ts": "../../icons/sample"
}
```

Expand Down Expand Up @@ -135,7 +135,7 @@ In the settings.json the folder icons can be associated to a folder name (e.g. "

```json
"material-icon-theme.folders.associations": {
"src": "../../../../../icons/folder-sample"
"src": "../../../../icons/folder-sample"
}
```

Expand Down

0 comments on commit 80c551b

Please sign in to comment.