From 585eef34377fc1ecc16bb62b84068bddb29f7b45 Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Wed, 6 Jul 2016 14:50:15 -0700 Subject: [PATCH] README: Fix punctuation errors Signed-off-by: Bryce Harrington --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 126df4d2..a1af635d 100644 --- a/README +++ b/README @@ -77,8 +77,8 @@ The high-level goal of libweston is to decouple the compositor from the shell implementation (what used to be shell plugins). Thus, instead of launching 'weston' with various arguments to choose the -shell, one would launch the shell itself, eg. 'weston-desktop', -'weston-ivi', 'orbital',etc. The main executable (the hosting program) +shell, one would launch the shell itself, e.g. 'weston-desktop', +'weston-ivi', 'orbital', etc. The main executable (the hosting program) will implement the shell, while libweston will be used for a fundamental compositor implementation.