From 402b1d682aaadc25144319a1c68aafd46267aea3 Mon Sep 17 00:00:00 2001 From: Jared Hocutt Date: Fri, 13 Apr 2018 10:10:33 -0400 Subject: [PATCH] Fix table formatting in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c449766..4ddaa24 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ None ## Role Variables -| Variable | Required | Default | Description | -| --------------- | -------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `gnome_extension_ids` | :heavy_check_mark: | `[]` | The list of Gnome extension IDs to install. The extension ID can be found in the URL on https://extensions.gnome.org/. For example, the _TopIcons Plus_ URL is https://extensions.gnome.org/extension/1031/topicons/ and the extension ID is `1031`. | +| Variable | Required | Default | Description | +| --------------------- | ------------------ | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `gnome_extension_ids` | :heavy_check_mark: | `[]` | The list of Gnome extension IDs to install. The extension ID can be found in the URL on . For example, the _TopIcons Plus_ URL is and the extension ID is `1031`. | ## Dependencies