From 5c5ce2b2019c44ae0ee1665c62d8fcb7c9cc59e9 Mon Sep 17 00:00:00 2001 From: Jakob Miksch Date: Tue, 6 Sep 2022 22:09:07 +0200 Subject: [PATCH] Update README.md Co-authored-by: Marc Jansen --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c398e7..a53cac9 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ using the same data directory. ### How to start a GeoServer without sample data? This image populates GeoServer with demo data by default. For production scenarios this is typically not desired. -Setting the environment variable `SKIP_DEMO_DATA` can be set to `true` to create an empty GeoServer. +The environment variable `SKIP_DEMO_DATA` can be set to `true` to create an empty GeoServer. ### How to download and install additional extensions on startup?