diff --git a/README.md b/README.md index 2214153..1dff11e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ LSP Server wrapper for the exceptional [Bacon](https://dystroy.org/bacon/) expos See `bacon-ls` 🐽 blog post: https://lmno.lol/crisidev/bacon-language-server -![Bacon screenshot](./screenshot.png) +![Bacon screenshot](./img/screenshot.png) `bacon-ls` 🐽 is meant to be easy to include in your IDE configuration. @@ -38,7 +38,7 @@ See `bacon-ls` 🐽 blog post: https://lmno.lol/crisidev/bacon-language-server - 🌍 VsCode extension and configuration - 🌍 Emacs configuration -![Bacon gif](./bacon-ls.gif) +![Bacon gif](./img/bacon-ls.gif) ## Installation diff --git a/bacon-ls.gif b/img/bacon-ls.gif similarity index 100% rename from bacon-ls.gif rename to img/bacon-ls.gif diff --git a/icon.png b/img/icon.png similarity index 100% rename from icon.png rename to img/icon.png diff --git a/screenshot.png b/img/screenshot.png similarity index 100% rename from screenshot.png rename to img/screenshot.png diff --git a/package.json b/package.json index f0f9bca..8bb20cc 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "publisher": "crisidev", "version": "0.2.0", "private": true, - "icon": "icon.png", + "icon": "img/icon.png", "repository": { "url": "https://github.com/crisidev/bacon-ls.git", "type": "git"