Skip to content

Commit c138411

Browse files
committed
Updated README and LICENSE
1 parent 60f9ad5 commit c138411

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Pythonity
3+
Copyright (c) 2016 Pythonity
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# Icon Font to PNG
2+
[![Build Status](https://img.shields.io/travis/Pythonity/icon-font-to-png.svg)](https://travis-ci.org/Pythonity/icon-font-to-png)
23
[![PyPI Version](https://img.shields.io/pypi/v/icon_font_to_png.svg)][Project PyPI]
34
[![PyPI Downloads](https://img.shields.io/pypi/dm/icon_font_to_png.svg)][Project PyPI]
45
[![Python Versions](https://img.shields.io/pypi/pyversions/icon_font_to_png.svg)][Project PyPI]
56
[![License](https://img.shields.io/github/license/Pythonity/icon-font-to-png.svg)](https://github.com/Pythonity/icon-font-to-png/blob/master/LICENSE)
67

7-
[![Build](https://img.shields.io/travis/Pythonity/icon-font-to-png.svg)](https://travis-ci.org/Pythonity/icon-font-to-png)
8-
[![GitHub Issues](https://img.shields.io/github/issues/Pythonity/icon-font-to-png.svg)](https://github.com/Pythonity/icon-font-to-png)
9-
108
Python script (and library) for easy and simple export of icons from web icon
119
fonts (e.g. Font Awesome, Octicons) as PNG images. The best part is the
1210
provided shell script, but you can also use it's functionality directly in
@@ -86,7 +84,7 @@ Or you can use `font-awesome-to-png`, which works analogously:
8684
`$ font-awesome-to-png ALL`
8785

8886
## API
89-
You can use `IconFont` (and `FontAwesomeDownloader`/`OcticonsDownloader` for that matter)
87+
You can use `IconFont` (and `IconFontDownloader` for that matter)
9088
directly inside your Python project. There's no documentation as of now,
9189
but the code is commented and *should* be pretty straightforward to use.
9290

@@ -110,4 +108,4 @@ Original version by [Michał Wojciechowski](https://github.com/odyniec),
110108
refactored by [Paweł Adamczak](https://github.com/pawelad).
111109

112110

113-
[Project PyPI]: https://pypi.python.org/pypi/icon_font_to_png
111+
[Project PyPI]: https://pypi.python.org/pypi/icon_font_to_png

0 commit comments

Comments
 (0)