From 5a9389a265ee576610103c63b0fadda3ef0a6401 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 26 Aug 2015 15:44:34 +0200 Subject: [PATCH] typo --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index c5c8467..10e4f35 100644 --- a/README +++ b/README @@ -23,7 +23,7 @@ require "" [,""] [,"=, ="] * the loaded version matches the required version exactly * major numbers are the same and loaded minor number is at least the required one * major and minor numbers are the same and patch number is at least the required one - * the loaded version a test version and the required version is not a test version + * the loaded version is a test version and the required version is not a test version Versions with different major numbers are never compatible. Different test versions are never compatible.