From a300b78fd0d3d559ec2191508e2d8831ab0a5406 Mon Sep 17 00:00:00 2001 From: cameron Date: Thu, 30 Jul 2020 18:16:23 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15dc76d..f15cdcf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Image API This is an Actix-web server for serving images and videos from a filesystem. -Upon first run it will generate thumbnails for all images and videos at `DEFAULT_PATH`. +Upon first run it will generate thumbnails for all images and videos at `BASE_PATH`. ## Environment There are a handful of required environment variables to have the API run.