Skip to content

Commit

Permalink
Update doc to include Windows and Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
dustyburwell committed Nov 1, 2014
1 parent 856683a commit d9d6a42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Stopplicht

Stopplicht is a menu bar indicator for osx. There are four states available: red, green, yellow, and grey. These states make it great for showing test run status during TDD, but it could be used for anything.
Stopplicht is a menu bar/system tray indicator for osx, Windows, and Linux. There are four states available: red, green, yellow, and grey. These states make it great for showing test run status during TDD, but it could be used for anything.

![screenshot](http://www.dustyburwell.com/stopplicht/images/screenshot.png)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "stopplicht",
"version": "0.1.10",
"version": "0.1.11",
"preferGlobal": true,
"description": "A red/green indicator for OSX. Ideal for test indications.",
"description": "A red/green indicator for OSX, Windows, and Linux. Ideal for test indications.",
"repository": "[email protected]:dustyburwell/stopplicht.git",
"main": "index.html",
"window": {
Expand Down

0 comments on commit d9d6a42

Please sign in to comment.