From 1ea2ab86f8ca94446249465708a9ea38263cbaa7 Mon Sep 17 00:00:00 2001 From: Scott Schneider Date: Wed, 18 Feb 2015 17:38:05 -0800 Subject: [PATCH] s/hundreds/thousands/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a2c64d..9ec5959 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ vmpooler provides configurable 'pools' of available (running) virtual machines. ## Usage -At [Puppet Labs](http://puppetlabs.com) we run acceptance tests on hundreds of disposable VMs every day. Dynamic cloning of VM templates initially worked fine for this, but added several seconds to each test run and was unable to account for failed clone tasks. By pushing these operations to a backend service, we were able to both speed up tests and eliminate test failures due to underlying infrastructure failures. +At [Puppet Labs](http://puppetlabs.com) we run acceptance tests on thousands of disposable VMs every day. Dynamic cloning of VM templates initially worked fine for this, but added several seconds to each test run and was unable to account for failed clone tasks. By pushing these operations to a backend service, we were able to both speed up tests and eliminate test failures due to underlying infrastructure failures. ## Installation