From 601187c3617137c41fa280c5b74687c2231d9a61 Mon Sep 17 00:00:00 2001
From: Joseph Walton-Rivers <joseph@walton-rivers.uk>
Date: Wed, 26 Oct 2022 09:17:30 +0100
Subject: [PATCH] fix widths on summary table

---
 integrations/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/integrations/README.md b/integrations/README.md
index 1ba5934..ae29631 100644
--- a/integrations/README.md
+++ b/integrations/README.md
@@ -5,9 +5,9 @@ to expose modules which can then be used in your applications.
 ## Integrations Provided
 The following integration modules are povided in this folder. For more information please see the readme for that module.
 
-| Integration | Module Name | Description |
-| ----------- | ----------- |-------------|
+| Integration | Module Name           | Description                                        |
+|-------------|-----------------------|----------------------------------------------------|
 | Bullet      | `fggl::phys::Bullet3` | Provides Bullet3 integration into the game engine. |
-| Lua         | `fggl::script::Lua` | Provides LUA scripting support for the engine |
+| Lua         | `fggl::script::Lua`   | Provides LUA scripting support for the engine      |
 
 Modules that cannot be included for legal reasons will be packaged independently of this repository.
\ No newline at end of file
-- 
GitLab