Workaround for issue #1
[indicator-lunar-calendar.git] / README.md
index 0d568a8..962a09b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -10,6 +10,24 @@ ephemerides for astronomical objects.*
 
 [1]: https://launchpad.net/~thebernmeister/+archive/ubuntu/ppa
 
+## Screenshots
+
+![indicator normal][sc1]  
+Normal appearance of the indicator
+
+![indicator menu][sc2]  
+Menu of the indicator, shown on click
+
+![indicator with solar term][sc3]  
+Indicator showing solar term information
+
+Note: The conversion is calculated using timezone UTC+8 (HKT), while the clock
+shown above is using timezone UTC+1.
+
+[sc1]: screenshots/sc1.png
+[sc2]: screenshots/sc2.png
+[sc3]: screenshots/sc3.png
+
 ## Dependencies
 
  - [Node.js][2]
@@ -41,11 +59,17 @@ ephemerides for astronomical objects.*
    
    [4]: https://github.com/roadmanfong/LunarCalendar
    
- - [node-cron][5] (by @ncb000gt)
+ - [node-cron (cron)][5] (by @ncb000gt)
  
    npm package: https://www.npmjs.com/package/cron
    
    [5]: https://github.com/ncb000gt/node-cron
+   
+ - [node-dbus (dbus-native)][6] (by @sidorares)
+   npm package: https://www.npmjs.com/package/dbus-native
+   
+   [6]: https://github.com/sidorares/node-dbus
 
 ## Usage