Skip to content

Commit f8ee74b

Browse files
authored
Typo
1 parent 2c99475 commit f8ee74b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

usage.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,8 @@ Authentication data can be supplied with 4 different methods (each method overri
6262
$ python3 MyCodeUsingLnetatmo.py
6363
...
6464
65-
**Note to windows users:**
66-
<aside class="warning">
67-
If you are running on Windows platform, take care to the **USERNAME** environment variable that is automatically set with the windows login user name. This is likely to conflict with the user name you are using for your Netatmo account and will result in an unexpected authentication failure. In such case, take care to "unset" the default **USERNAME** env variable before running your code (or set it with your actual Netatmo account ID).
68-
</aside>
65+
**Note to windows users:**
66+
> If you are running on Windows platform, take care to the **USERNAME** environment variable that is automatically set with the windows login user name. This is likely to conflict with the user name you are using for your Netatmo account and will result in an unexpected authentication failure. In such case, take care to "unset" the default **USERNAME** env variable before running your code (or set it with your actual Netatmo account ID).
6967
7068
4. Some or all values can be overriden by explicit call to initializer of ClientAuth class
7169

0 commit comments

Comments
 (0)