From f3b2eca30b295e73355417cb4ee80cd97e4b0761 Mon Sep 17 00:00:00 2001
From: arjuan <rmarchant+github@gmail.com>
Date: Wed, 20 Nov 2019 23:55:41 +0000
Subject: [PATCH] fix typo

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index bdbf0fd..192cf6f 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ You can then run the script as a cron job :
 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
+2-59/15 * * * * python /home/user/gandi-ddns.py
 ```
 
 macOS
-- 
GitLab