From 0b2c68dd02d7a33aee5ba67f66dd313a9c016150 Mon Sep 17 00:00:00 2001 From: John Lindal Date: Fri, 19 Oct 2012 16:47:51 -0700 Subject: [PATCH] update readme [ci skip] --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 447194b..703d74b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ -YUI 3 combo handler built on NodeJS that supports versioning, either for -individual modules or for bundles of modules. The major advance over other -combo handlers is that you can upload new versions of individual modules or -bundles at any time, but this will not break existing applications, because -the old versions will still be available. +YUI 3 combo handler built on NodeJS that supports versioning, both for +individual modules and for bundles of modules. The significant advance +over other combo handlers is that you can upload new versions of individual +modules or bundles at any time, but this will not break existing +applications, because the old versions will still be available. + +This support for versioning allows you to host all the versions of all your +modules on one server. The name "stockpile" was chosen because it's a synonym of gallery, but without the glamorous connotation.