From c74ab15eac642ff9763d3178a09122cd18cc46b9 Mon Sep 17 00:00:00 2001 From: "Bryce W. Harrington" Date: Mon, 3 Feb 2014 21:37:06 +0000 Subject: [PATCH] README: Fix typo; add link to testing docs Signed-off-by: Bryce Harrington --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index b3be4c99..3821e5d0 100644 --- a/README +++ b/README @@ -11,5 +11,8 @@ shell. Finally, weston also provides integration with the Xorg server and can pull X clients into the Wayland desktop and act as a X window manager. -Refer to http://wayland.freedesktop.org/building.html for buiding +Refer to http://wayland.freedesktop.org/building.html for building weston and its dependencies. + +The test suite can be invoked via `make check`; see +http://wayland.freedesktop.org/testing.html for additional details.