Skip to content

Commit bf2ad7d

Browse files
committed
Update README.md
1 parent b85dd7f commit bf2ad7d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ forex-python
33
[![Build Status](https://travis-ci.org/MicroPyramid/forex-python.svg?branch=master)](https://travis-ci.org/MicroPyramid/forex-python)
44
[![Coverage Status](https://coveralls.io/repos/github/MicroPyramid/forex-python/badge.svg?branch=master)](https://coveralls.io/github/MicroPyramid/forex-python?branch=master)
55
[![Python Support](https://img.shields.io/badge/python-2.7%2C%203.3%2C%203.4%2C%203.5-blue.svg)](https://pypi.python.org/pypi/forex-python)
6+
[![license](https://img.shields.io/github/license/MicroPyramid/forex-python.svg?maxAge=2592000)](https://pypi.python.org/pypi/forex-python)
67
[![Code Health](https://landscape.io/github/MicroPyramid/forex-python/master/landscape.svg?style=plastic)](https://landscape.io/github/MicroPyramid/forex-python/master)
78

89
Free Foreign exchange rates and currency conversion.
@@ -86,7 +87,7 @@ Get currency symbol using currency code
8687
>>> from forex_python.converter import CurrencyCodes
8788
>>> c = CurrencyCodes()
8889
>>> print c.get_symbol('GBP')
89-
£
90+
£
9091
```
9192

9293
Complete [Documentation](http://forex-python.readthedocs.org/en/latest/?badge=latest)

0 commit comments

Comments
 (0)