summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJosh Holland <anowlcalledjosh@gmail.com>2018-12-15 13:57:29 +0000
committerJosh Holland <anowlcalledjosh@gmail.com>2018-12-15 13:57:29 +0000
commit7396ac52b7eb696b2301cd4575543af02478d0ad (patch)
tree090c18d2218e53587ff1467abbd100b406e4c60a /README.md
parent0cd65cf336c8cc242c471ac77aee7b7d816e7314 (diff)
Fix typos in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files 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.