From ae0e4a07926da0476f0a88f20d0c8adcd50e0f96 Mon Sep 17 00:00:00 2001
From: snail-coupe <53581981+snail-coupe@users.noreply.github.com>
Date: Mon, 1 Apr 2024 23:26:15 +0100
Subject: [PATCH] Update README.md

Build examples: PHANPY_APP_TITLE -> PHANPY_CLIENT_NAME
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 83b49814..156cfada 100644
--- a/README.md
+++ b/README.md
@@ -138,7 +138,7 @@ Download or `git clone` this repository. Use `production` branch for *stable* re
 Customization can be done by passing environment variables to the build command. Examples:
 
 ```bash
-PHANPY_APP_TITLE="Phanpy Dev" \
+PHANPY_CLIENT_NAME="Phanpy Dev" \
     PHANPY_WEBSITE="https://dev.phanpy.social" \
     npm run build
 ```