From e2026213361d4d230ce2de5094adb07b619a6a2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Thu, 1 Sep 2022 18:01:41 +0200 Subject: [PATCH] Fix error in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0bc74fee985..12fc27a20964 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Icons can be served from a CDN such as [JSDelivr](https://www.jsdelivr.com/packa ``` -Where `[ICON SLUG]` is replaced by the [slug](https://github.com/simple-icons/simple-icons/blob/master/slugs.md) of the icon you want to use, for example: +Where `[ICON SLUG]` is replaced by the [slug] of the icon you want to use, for example: ```html @@ -144,4 +144,4 @@ echo file_get_contents('path/to/package/icons/simpleicons.svg'); Information describing how to contribute can be found in the file [CONTRIBUTING.md](https://github.com/simple-icons/simple-icons/blob/develop/CONTRIBUTING.md) - +[slug]: https://github.com/simple-icons/simple-icons/blob/master/slugs.md