Skip to content

Commit

Permalink
Update readme (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidarroyo1234 authored Aug 4, 2024
1 parent 7849b88 commit 9c08a00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Instagram Unfollowers

[![Maintenance](https://img.shields.io/maintenance/yes/2023)](https://github.com/davidarroyo1234/InstagramUnfollowers)
[![Maintenance](https://img.shields.io/maintenance/yes/2024)](https://github.com/davidarroyo1234/InstagramUnfollowers)

A nifty tool that lets you see who doesn't follow you back on Instagram.
<u>Browser-based and requires no downloads or installations!</u>
Expand Down Expand Up @@ -35,6 +35,9 @@ This version utilizes the Instagram API for better performance.

8. If you wish to un-follow any of these users, you can select 1 or more of them via the checkbox next to each user.

9. With the latest version, you can now tweak and customize the timings of the script. You can do this by clicking on the "Settings" button.

<img src="./assets/settings.png" alt="Settings screen" />
## Notes

**_The more users you have to check, more time it will take_**
Expand Down
Binary file added assets/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/components/icons/SettingIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const SettingIcon = (
onClickLogo,
}: SettingIconProps,
) => {
//THANKS TO https://www.svgrepo.com/svg/13688/settings for the SVG :)
return (
<svg
style={{ cursor: "pointer" }}
Expand Down

0 comments on commit 9c08a00

Please sign in to comment.