Skip to content

Commit 2173bf7

Browse files
committed
chore(README): update readme
1 parent de3c0b4 commit 2173bf7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Allows to easily find unused resources in XCode project.
1414
- If it's `.m` file, the script searches `[UIImage imageNamed:@"imageName"]` & `[UIImage imageNamed:@"imageName.extension"]` occurences;
1515
- If it's `.xib`/`.storyboard` file, the script searches `image="imageName"` & `image="imageName.extension"` occurences;
1616
4. If the script could find unused image in these files, it prints them in a good-looking way:
17-
![Result](https://i.imgur.com/8dL37RJ.png)
17+
![Result](https://i.imgur.com/HFISKQM.png)
1818

1919
## Installation
2020
The easiest way to install Taza is using Swift Package Manager:
@@ -33,7 +33,6 @@ taza
3333

3434
To Do:
3535
-------
36-
- [ ] Pluralize and singularize logs
3736
- [ ] List files
3837
- [ ] List resources
3938
- [ ] Removing images

0 commit comments

Comments
 (0)