summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-05 20:25:29 -0500
committerPietro Gagliardi <[email protected]>2014-03-05 20:25:29 -0500
commit8045a2019a6f6043001c642335f4072ace569112 (patch)
treedbd1dd0983376cc697ffe8ff7759f0e10b385ef2
parentf16005c3dbe06652bdaf7d99d12deaa6e66e656a (diff)
Linked the wakeup program int he README as the example.
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index 798457d..b7cd8bf 100644
--- a/README.md
+++ b/README.md
@@ -17,10 +17,7 @@ To install, simply `go get` this package. On Mac OS X, make sure you have the Ap
Package documentation is available at http://godoc.org/github.com/andlabs/ui.
-The following is an example program to illustrate what programming with ui is like:
-```go
-(see test/main.go)
-```
+For an example of how ui is used, see https://github.com/andlabs/wakeup, which is a small program that implements a basic alarm clock.
## Contributing
Contributions are welcome. File issues, pull requests, approach me on IRC (pietro10 in #go-nuts; andlabs elsewhere), etc. Even suggestions are welcome: while I'm mainly drawing from my own GUI programming experience, everyone is different.