From 1456b379151bcc9913339a3e1f9eb03a0e1377f6 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 22 Oct 2024 17:01:44 -0400 Subject: [PATCH] fix docs --- docs/docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/installation.md b/docs/docs/installation.md index c9e9f3ad5..b9c7049e5 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -76,7 +76,7 @@ Most of the magic behind assets is handled internally by Web Awesome, but if you ## Using Font Awesome Kit Codes -Font Awesome users can set their kit code to unlock Font Awesome Pro icons. You can provide it through the `data-fa-kit-code` attribute or by calling the `setKitCode()` method. +Font Awesome users can set their kit code to unlock Font Awesome Pro icons. You can provide it by adding the `data-fa-kit-code` attribute to any element on the page, or by calling the `setKitCode()` method. ```html @@ -85,7 +85,7 @@ Font Awesome users can set their kit code to unlock Font Awesome Pro icons. You ```