diff --git a/README.md b/README.md
index d697d4ca40719b57848666d2a63644a3ea6863f6..bdbf0fd2d105671981ca67e0ac2ed39ed974905a 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,12 @@ You can then run the script as a cron job :
 */15 * * * * python /home/user/gandi_ddns.py
 ```
 
+But to be nice to the API servers, you should choose a random offset for your job. For example to run at 2 minutes after the hour, and then every 15 minutes :
+
+```
+2-59/15 * * * * pythong /home/user/gandi-ddns.py
+```
+
 macOS
 
 ```
@@ -26,9 +32,3 @@ ln -s $(pwd) /usr/local/gandi-ddns
 sudo cp gandi.ddns.plist /Library/LaunchDaemons/
 sudo launchctl /Library/LaunchDaemons/gandi.ddns.plist
 ```
-
-But to be nice to the API servers, you should choose a random offset, for example to run at 2 minutes after the hour, and then every 15 minutes :
-
-```
-2-59/15 * * * * python /home/user/gandi-ddns.py
-```