summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gallant (Ocelot) <[email protected]>2012-10-15 13:35:03 -0400
committerAndrew Gallant (Ocelot) <[email protected]>2012-10-15 13:35:03 -0400
commitbf6aca1262687d2028d4fdd45f28740a51ab7b28 (patch)
tree8c367cf0cb7101c3d641890849104a2c26a30a1f
parent126fa2aeacdfcef3a0673e20f1e682e640809da0 (diff)
Tests were move to xproto package a long time ago. Update README.
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 1213ab5..c96a5fb 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ core X protocol and many of the X extensions. It is closely modeled after
XCB and xpyb.
It is thread safe and gets immediate improvement from parallelism when
-GOMAXPROCS > 1. (See the benchmarks in xgb_test.go for evidence.)
+GOMAXPROCS > 1. (See the benchmarks in xproto/xproto_test.go for evidence.)
Please see doc.go for more info.