Skip to content

Commit

Permalink
refactor: Move images to root for README visibility
Browse files Browse the repository at this point in the history
Previously, images were placed inside the `.github` folder, causing loading issues in the README. This commit relocates them to improve visibility and accessibility.

- Moved GIFs and PNG from `.github` to a new `.assets` folder in the project root
- Updated image paths in README.md to reflect new locations
- Ensured all images now load correctly in GitHub preview and rendered README
  • Loading branch information
iamDyeus committed Oct 22, 2024
1 parent a934f51 commit 1db1b2b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
6 changes: 3 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ Let’s assume that a developer restarts their terminal application approximatel
tkreload solves this issue by providing an automatic reload mechanism for terminal-based Python applications, particularly those using Tkinter. It eliminates the need for manual restarts, saving developers hours of time and streamlining the debugging process.

## Without tkreload
![Without tkreload](./github/images/without.gif)
![Without tkreload](./.assets/without.gif)

## With tkreload
![With tkreload](./github/images/with.gif)
![With tkreload](./.assets/with.gif)

# Getting Started

Expand Down Expand Up @@ -94,7 +94,7 @@ Contributions are welcome and greatly appreciated! Here's how you can contribute
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

![COMMUNISM](./.github/images/communism.png)
![COMMUNISM](./.assets/communism.png)

# License

Expand Down

0 comments on commit 1db1b2b

Please sign in to comment.