From f80bb98333f27ccd7698f0ad9bd7279d1b5769ab Mon Sep 17 00:00:00 2001 From: Jakob Miksch Date: Mon, 5 Sep 2022 17:45:23 +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 3646413..5c398e7 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 varibale `SKIP_DEMO_DATA` can be set to `true` to create an empty GeoServer. +Setting 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?