diff --git a/README.md b/README.md
index 90f6535e62324dbe576113d5dd6ab15e0a4da4f6..e68e4d88b780a2f333338e041025cb9df5428d86 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # SNMP uptime
 
-This check is based on the snmp_uptime check form CMK 2.0. It adds the SNMP-FRAMEWORK-MIB::snmpEngineTime OID to the check. Its value is in seconds not ticks and therefore the Uptime can now be around 68 years before a rollover of the counter :-)
+This check is based on the snmp_uptime check form CMK. It adds the SNMP-FRAMEWORK-MIB::snmpEngineTime OID to the check. Its value is in seconds not ticks and therefore the Uptime can now be around 68 years before a rollover of the counter :-)
 
 ```
 snmpEngineTime : The number of seconds since the value of the snmpEngineBoots object last changed. When
@@ -13,7 +13,8 @@ snmpEngineTime : The number of seconds since the value of the snmpEngineBoots ob
 
 **NOTE**: this plugin my have some side efects on checks that use the original section and expect the uptime not larger than 497 days. I.e the interface inventory plugin expects this to calculate the _not used_ state.
 
-Check Info:
+---
+### Check Info
 
 * *service*: no change to the original check
 * *state*: no change to the original check
@@ -22,7 +23,7 @@ Check Info:
 
 ---
 ### Download
-* [snmp_uptime.mkp](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/snmp_uptime/-/raw/master/snmp_uptime.mkp "Download the MKP file")
+* [snmp_uptime.mkp (latest version)](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/snmp_uptime/-/raw/master/snmp_uptime.mkp "Download latest version")
                         
 ---
 ### Installation