Skip to content

Commit

Permalink
Merge pull request #15 from moyogo/badges
Browse files Browse the repository at this point in the history
update name for README.md badges
  • Loading branch information
miguelsousa committed Nov 7, 2015
2 parents 38cdcd8 + ac3d15f commit abc8393
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[![Build Status](https://travis-ci.org/unified-font-object/ufo-example-implementations.svg)](https://travis-ci.org/unified-font-object/ufo-example-implementations)
[![Coverage Status](https://coveralls.io/repos/unified-font-object/ufo-example-implementations/badge.svg?branch=master&service=github)](https://coveralls.io/github/unified-font-object/ufo-example-implementations?branch=master)
[![Build Status](https://travis-ci.org/unified-font-object/ufoNormalizer.svg)](https://travis-ci.org/unified-font-object/ufoNormalizer)
[![Coverage Status](https://coveralls.io/repos/unified-font-object/ufoNormalizer/badge.svg?branch=master&service=github)](https://coveralls.io/github/unified-font-object/ufoNormalizer?branch=master)
![Python Versions](https://img.shields.io/badge/python-2.7%2C%203.4-blue.svg)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
description="Example implementation of a UFO normalizer",
author="Tal Leming",
email="tal@typesupply.com",
url="https://github.com/unified-font-object/ufo-example-implementations",
url="https://github.com/unified-font-object/ufoNormalizer",
package_dir={"": "normalization"},
py_modules=['ufonormalizer'],
entry_points={
Expand Down

0 comments on commit abc8393

Please sign in to comment.