From 7396ac52b7eb696b2301cd4575543af02478d0ad Mon Sep 17 00:00:00 2001 From: Josh Holland Date: Sat, 15 Dec 2018 13:57:29 +0000 Subject: [PATCH] Fix typos in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b217ec1f..6fdf2942 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ libinput is a library that provides a full input stack for display servers and other applications that need to handle input devices provided by the kernel. -libinput provides device detection, event handling and abstraction so -minimize the amount of custom input code the user of libinput need to +libinput provides device detection, event handling and abstraction to +minimize the amount of custom input code the user of libinput needs to provide the common set of functionality that users expect. Input event processing includes scaling touch coordinates, generating relative pointer events from touchpads, pointer acceleration, etc.