From cfbe4c6e6b9d4be480942fd43ec7f102ebe8188e Mon Sep 17 00:00:00 2001 From: Olivier Jacques Date: Thu, 28 Jun 2018 11:23:49 +0200 Subject: [PATCH] Switching font-awesome links Fixing font-awesome links which were reversed. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5760ed4e..baf29a13 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,8 @@ The following icon sets are included: | Name | Index | | ------------------------------------------------- | ----------------------------------------- | -| [Font-Awesome 4](https://fontawesome.com/v4.7.0/) | [List of macros](font-awesome-5/index.md) | -| [Font-Awesome 5](http://fontawesome.io/) | [List of macros](font-awesome/index.md) | +| [Font-Awesome 4](https://fontawesome.com/v4.7.0/) | [List of macros](font-awesome/index.md) | +| [Font-Awesome 5](http://fontawesome.io/) | [List of macros](font-awesome-5/index.md) | | [Devicons](http://vorillaz.github.io/devicons) | [List of macros](devicons/index.md) | | [Govicons](http://govicons.io/) | [List of macros](govicons/index.md) | | [Weather](https://erikflowers.github.io/weather-icons/) | [List of macros](weather/index.md) |