Skip to content

Commit

Permalink
Updated README and LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
xenocrat committed Jan 1, 2021
1 parent 771c359 commit f5bde17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## BSD 3-Clause License

Copyright 2019-2020 Daniel Pimley.
Copyright 2019-2021 Daniel Pimley.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sfnt2woff is a PHP class for converting OTF/TTF files to WOFF.

Convert a font to WOFF:

$sfnt2woff = new sfnt2woff();
$sfnt2woff = new \xenocrat\sfnt2woff();
$sfnt = file_get_contents("font.ttf");
$sfnt2woff->import($sfnt);
$woff = $sfnt2woff->export();
Expand Down

0 comments on commit f5bde17

Please sign in to comment.