diff --git a/readme.md b/readme.md index 86e65b2..563671c 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@ # Baton -**Baton** is an input library for LÖVE that bridges the gap between keyboard and joystick controls and allows you to easily define and change controls on the fly. +**Baton** is an input library for LÖVE that bridges the gap between keyboard and joystick controls and allows you to easily define and change controls on the fly. You can create multiple independent input managers, which you can use for multiplayer games or other organizational purposes. ```lua local baton = require 'baton'