From 9f97f0b7d3ec773dd4a2047a2a865bab95c9a921 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Tue, 16 Feb 2016 11:53:40 -0800 Subject: [PATCH] Correct the spelling of Xcode in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b538d3a..f338cbf 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ and then get the italic version of that: Of course, the available fonts have different weights available, as shown in the table above. Also, not all fonts weights are available in italic versions. DAFontSet will try to adjust to the closest available weight if the desired weight is not available, and will choose the regular version if an italic version is not available. -To add additional font families, you must modify the DAFontSet.plist property list file. You can make a local copy of this file, and remove the original version from your XCode project. +To add additional font families, you must modify the DAFontSet.plist property list file. You can make a local copy of this file, and remove the original version from your Xcode project. The DAFontSet.plist file contains an NSDictionary of font families. You'll need to add a new key/value item to this dictionary, where the item's key value is an NSString containing the name of the new font family. The item's value must be an NSDictionary containing a key/value item for each available weight of the font family.