diff --git a/Cargo.toml b/Cargo.toml index afedf1e..d2d2feb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ncspot" description = "ncurses Spotify client written in Rust using librespot, inspired by ncmpc and the likes." -exclude = ["screenshots/**"] +exclude = ["images/**"] version = "0.9.1" authors = ["Henrik Friedrichsen "] repository = "https://github.com/hrkfdn/ncspot" diff --git a/README.md b/README.md index 02bf79b..e9ba040 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- logo + logo

# ncspot @@ -19,7 +19,7 @@ provide a simple and resource friendly alternative to the official client as well as to support platforms that currently don't have a Spotify client, such as the \*BSDs. -[![Search](/screenshots/screenshot-thumb.png?raw=true)](/screenshots/screenshot.png?raw=true) +[![Search](/images/screenshot-thumb.png?raw=true)](/images/screenshot.png?raw=true) ## Table of Contents diff --git a/logo.svg b/images/logo.svg similarity index 100% rename from logo.svg rename to images/logo.svg diff --git a/screenshots/screenshot-thumb.png b/images/screenshot-thumb.png similarity index 100% rename from screenshots/screenshot-thumb.png rename to images/screenshot-thumb.png diff --git a/screenshots/screenshot.png b/images/screenshot.png similarity index 100% rename from screenshots/screenshot.png rename to images/screenshot.png