diff --git a/CHANGELOG.md b/CHANGELOG.md index bc50dfa4..cd4145d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added +- Added in screenshot for the compliments module + ### Fixed ### Updated diff --git a/modules/default/compliments/README.md b/modules/default/compliments/README.md index 7220cd29..0eb01eec 100644 --- a/modules/default/compliments/README.md +++ b/modules/default/compliments/README.md @@ -2,6 +2,10 @@ The `compliments` module is one of the default modules of the MagicMirror. This module displays a random compliment. +## Screenshots +- Compliments Screenshot +![Compliments Screenshot](compliments_screenshot.png) + ## Using the module To use this module, add it to the modules array in the `config/config.js` file: diff --git a/modules/default/compliments/compliments_screenshot.png b/modules/default/compliments/compliments_screenshot.png new file mode 100644 index 00000000..12def320 Binary files /dev/null and b/modules/default/compliments/compliments_screenshot.png differ