Skip to content

Commit d874733

Browse files
committed
Mergh branch '9-docs-for-finding-information' of github.com:Swopper050/py-incharge into 9-docs-for-finding-information
2 parents dcc328a + c27ea04 commit d874733

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pip install py-incharge
2424
```
2525

2626
This package depends for login on `selenium`, which in turn requires a chrome-driver to be installed.
27-
Make sure you have such a driver installed. For more info, see the [installation docs](https://selenium-python.readthedocs.io/installation.html#drivers){:target="\_blank"} of `selenium`.
27+
Make sure you have such a driver installed. For more info, see the [installation docs](https://selenium-python.readthedocs.io/installation.html#drivers) of `selenium`.
2828

2929
Or if you're feeling adventurous and want to build from source:
3030

@@ -73,8 +73,10 @@ In order to work with this library you need 4 things:
7373
1. Your email. I really hope you know this one.
7474
2. Your password. Same.
7575

76-
These are your credentials you use to login at the [Vattenvall InCharge portal](https://myincharge.vattenfall.com/){:target="\_blank"}:
77-
![Vattenfall InCharge Login Page](./static/incharge_login_page.png)
76+
These are your credentials you use to login at the [Vattenvall InCharge portal](https://myincharge.vattenfall.com/):
77+
<p align="center">
78+
<img src="./static/incharge_login_page.png" alt="Vattenfall InCharge Login Page" width="50%"/>
79+
</p>
7880

7981
3. The name of your charging station, something like `EVB-P1234567`. After logging in to the portal you can find that here:
8082
![Find station name](./static/find_station_name.png)

0 commit comments

Comments
 (0)