Skip to content

Commit 82e7b02

Browse files
committed
Update readme
1 parent 36a5350 commit 82e7b02

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[![Tests](https://github.com/ELTYER/eltyer-python-client/actions/workflows/test.yml/badge.svg)](https://github.com/finterion/eltyer-python-client/actions/workflows/test.yml)
2-
[![Build](https://github.com/ELTYER/eltyer-python-client/actions/workflows/build.yml/badge.svg)](https://github.com/finterion/eltyer-python-client/actions/workflows/build.yml)
1+
[![Tests](https://github.com/finterion/finterion-python-client/actions/workflows/test.yml/badge.svg)](https://github.com/finterion/finterion-python-client/actions/workflows/test.yml)
2+
[![Build](https://github.com/finterion/finterion-python-client/actions/workflows/build.yml/badge.svg)](https://github.com/finterion/finterion-python-client/actions/workflows/build.yml)
33
# Official Finterion Python Client
44

55
The Finterion python client is a python library that can be used by your
@@ -54,7 +54,7 @@ portfolio = client.get_portfolio()
5454
```
5555

5656
## Documentation
57-
You can find the official documentation at our [documentation website](https://docs.eltyer.com/python-client/introduction)
57+
You can find the official documentation at our [documentation website](https://docs.finterion.com/python-client/introduction)
5858

5959

6060

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
name="finterion",
1414
version=get_version(),
1515
license='Apache License 2.0',
16-
author="ELTYER",
17-
description="Official python client for ELTYER",
16+
author="Finterion",
17+
description="Official python client for Finterion",
1818
long_description=long_description,
1919
long_description_content_type="text/markdown",
2020
url="https://github.com/finterion/finterion-python-client.git",

0 commit comments

Comments
 (0)