Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m-abboud authored Aug 26, 2016
1 parent f48662c commit 8d5a344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<dependencies>
<dependency>
<groupId>org.fontverter</groupId>
Expand Down Expand Up @@ -85,4 +85,4 @@ extractor.extractFontsToDir(pdf, TestUtils.tempOutputPath);

// or extract to list of FVFonts for further manipulation
List<FVFont> fonts = extractor.extractToFVFonts(doc);
```
```

0 comments on commit 8d5a344

Please sign in to comment.