summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/doc.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/doc.go b/examples/doc.go
index 20fed98..b516851 100644
--- a/examples/doc.go
+++ b/examples/doc.go
@@ -10,8 +10,8 @@ to events.
If you're looking to query information about your window manager,
get-active-window is a start. However, to do anything extensive requires
-a lot of boiler plate. To that end, I'd recommend use of my higher level
-library, xgbutil: https://github.com/jezek/xgbutil
+a lot of boiler plate. To that end, I'd recommend use of a higher level
+library (eg. xgbutil: https://github.com/jezek/xgbutil).
There are also examples of using the Xinerama and RandR extensions, if you're
interested in querying information about your active heads. In RandR's case,