diff --git a/README.md b/README.md index b302791..90127db 100644 --- a/README.md +++ b/README.md @@ -29,38 +29,38 @@ It adds the following features to the Steam Tradeoffers: The pricing can be based on the lowest listed price, the price history and your own minimum and maximum prices. This can be defined in Steam Economy Enhancer's settings, which you can find at the top of the page near the *Install Steam* button. -**Note** +> [!NOTE] +> It is free but there is **NO** support. If you want to add functionality, feel free to submit a PR. -It is free but there is **NO** support. If you want to add functionality, feel free to submit a PR. - -**Download** +### Download [Install Steam Economy Enhancer](https://raw.githubusercontent.com/Nuklon/Steam-Economy-Enhancer/master/code.user.js) *[Violentmonkey](https://violentmonkey.github.io/) is required to install.* -**Screenshots** +### Screenshots *Market* -![Market](http://i.imgur.com/cQx5J9e.png) +![Market](assets/market.png) *Inventory* -![Inventory](http://i.imgur.com/9BuLN78.png) +![Inventory](assets/inventory.png) *Options* -![Options](http://i.imgur.com/eShpvEO.png) +![Options](assets/settings.png) *Trade offers* -![Tradeoffers](http://i.imgur.com/vdVeXHi.png) +![Tradeoffers](assets/tradeoffer.png) + -**License** +### License -MIT +[MIT](LICENSE) diff --git a/assets/inventory.png b/assets/inventory.png new file mode 100644 index 0000000..f00830c Binary files /dev/null and b/assets/inventory.png differ diff --git a/assets/market.png b/assets/market.png new file mode 100644 index 0000000..ce528ec Binary files /dev/null and b/assets/market.png differ diff --git a/assets/settings.png b/assets/settings.png new file mode 100644 index 0000000..a1a03f7 Binary files /dev/null and b/assets/settings.png differ diff --git a/assets/tradeoffer.png b/assets/tradeoffer.png new file mode 100644 index 0000000..1782bff Binary files /dev/null and b/assets/tradeoffer.png differ