diff --git a/README.org b/README.org index c7333ab..7142694 100644 --- a/README.org +++ b/README.org @@ -19,13 +19,11 @@ It provides two main functionalities: Note that as of v3.0.0, it no longer overloads ~Out-Default~, and thus ~Get-ChildItem~'s output will not be touched. Users should use ~Get-ChildItemColor~ instead. -* Screenshot: -** Get-ChildItem (Colorized) -[[file:./screenshots/Get-ChildItem.png]] -** Get-ChildItemColorFormatWide (=ls= equivalent) -[[file:./screenshots/Get-ChildItemColorFormatWide.png]] +* Screenshots ** Get-ChildItemColor [[file:./screenshots/Get-ChildItemColor.png]] +** Get-ChildItemColorFormatWide (=ls= equivalent) +[[file:./screenshots/Get-ChildItemColorFormatWide.png]] * Install ** Install from [[https://www.powershellgallery.com/packages/Get-ChildItemColor/][PowerShellGallery]] PowerShellGet is required, which is included in Windows 10 and WMF5. If you diff --git a/screenshots/Get-ChildItem.png b/screenshots/Get-ChildItem.png deleted file mode 100644 index b6bd8d8..0000000 Binary files a/screenshots/Get-ChildItem.png and /dev/null differ diff --git a/screenshots/Get-ChildItemColor.png b/screenshots/Get-ChildItemColor.png index ee63358..ed8b84b 100644 Binary files a/screenshots/Get-ChildItemColor.png and b/screenshots/Get-ChildItemColor.png differ