From 4d44f220f9bab80453515bc3aa07ba52b024a1b4 Mon Sep 17 00:00:00 2001 From: tesselode Date: Sun, 24 Feb 2019 16:22:46 -0500 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'