From 19064a4aed09aeb40d501dbdf2f2ca74ab7ca918 Mon Sep 17 00:00:00 2001 From: Timo Sugliani Date: Mon, 12 Dec 2016 09:56:13 +0100 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c40bd53..0b65899 100644 --- a/README.md +++ b/README.md @@ -49,13 +49,13 @@ Be sure to save the token somewhere safe, you will need it to authenticate again # Step 2: Use the script to display freebox statistics information -Once you have your App Token, the process to authenticate happens in 2 steps: +Once you have your `App Token`, the process to authenticate happens in 2 steps: - Fetch the current `challenge` (basically a random generated string changing over time) - Compute a `session password` with the `challenge` and your `App Token` (This avoids sending the token over the network) -Edit the freebox_monitor.py script and set your `App token/Track ID` (line 73-74) +Edit the `freebox_monitor.py` script and set your `App token/Track ID` (line 73-74) ```python freebox_app_token = "CHANGE_THIS"