diff --git a/README.md b/README.md index 44df059..cb36985 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Java library for converting and manipulating various font formats, normalizing i ##### Can only convert these types with PdfFontExtractor utility - PostScript Type0/Composite -> OpenType/TTF and WOFF 1 & 2 -## Maven (On Maven Central and jCenter) +## Maven (On Maven Central) org.fontverter @@ -85,4 +85,4 @@ extractor.extractFontsToDir(pdf, TestUtils.tempOutputPath); // or extract to list of FVFonts for further manipulation List fonts = extractor.extractToFVFonts(doc); -``` \ No newline at end of file +```