From 36fc854cb4d29c729a6b237a9e096dbe837613f0 Mon Sep 17 00:00:00 2001 From: Kyler Jensen Date: Thu, 20 Aug 2020 18:04:41 -0600 Subject: [PATCH] fix: fixed documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f7ef2a..3db0315 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ This library aims to make life easier by allowing React Native developers to use yarn add expo-font ``` -2. Wrap your application's root component in a ``, provide a `FontLoader`, and import the desired font faces. Then just use the font family as you would normally expect: +2. Add a call to `enableFontFaces()` in your application's entry point, and import the desired font faces. Then just use the font family as you would normally expect: ```jsx // App.tsx