From 510701b335471cd8e18c8db3fc4da31e1ee6840c Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Wed, 19 Mar 2014 21:55:51 -0700 Subject: [PATCH] describe override version behaviour --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6123e0..a2b1f83 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ To submit a new package override: * Submit a pull request. * If the configuration is correct, this will be accepted and that will instantly enable the functionality on the endpoint. -The overrides only apply to exact version, tag or branch names. +The overrides only apply to exact version, tag or branch names. When set to an exact semver version, the override will apply for all semver versions greater than that version.