diff --git a/apple/README.md b/apple/README.md index 381deee..5699e8b 100644 --- a/apple/README.md +++ b/apple/README.md @@ -301,7 +301,7 @@ All libraries created can be found under the `prebuilt` directory. 11. Register system fonts and custom font directories. ``` - [FFmpegKitConfig setFontDirectoryList: with:nil]; + [FFmpegKitConfig setFontDirectoryList:[NSArray arrayWithObjects:@"/System/Library/Fonts", @"", nil] with:nil]; ``` ### 4. Test Application