From ae9541b6ecbb7e42502b61e6e3098acff30db6e9 Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Wed, 21 Aug 2019 17:19:28 -0700 Subject: [PATCH] Remove copied env variable --- benchmarks/image-processing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/image-processing/README.md b/benchmarks/image-processing/README.md index eed1f02bdd770..5dd134f96f044 100644 --- a/benchmarks/image-processing/README.md +++ b/benchmarks/image-processing/README.md @@ -3,7 +3,7 @@ Benchmarks Gatsby's image processing capabilities by downloading and processing images. -Defaults to building a site with 100 image pages. Set the `NUM_IMAGES` environment variable to change that e.g. `NUM_IMAGES=1000 MAX_NUM_ROWS=100 gatsby build` +Defaults to building a site with 100 image pages. Set the `NUM_IMAGES` environment variable to change that e.g. `NUM_IMAGES=1000 gatsby build` The max number of images you can process is 1300.