diff options
author | Bryce Harrington <bryce@osg.samsung.com> | 2016-07-06 14:50:15 -0700 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2016-07-06 14:50:38 -0700 |
commit | 585eef34377fc1ecc16bb62b84068bddb29f7b45 (patch) | |
tree | 2fd491263794906068f06d88fc716b509c404813 /README | |
parent | 2d01e9138e2f2de103052071fd1dddeb53715deb (diff) |
README: Fix punctuation errors
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |