From b9bc24156bd49fff46c27aad9b6a7f50aa0663ad Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 29 Feb 2024 00:27:53 +0900 Subject: [PATCH] Update README.md minor fix --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 7ca05a67..19f996b5 100644 --- a/.github/README.md +++ b/.github/README.md @@ -823,7 +823,7 @@ Key | Value Key | Value ---|--- -`CHROME_PATH` | The path the the Chromium executable (e.g. `/usr/bin/chromium`) +`CHROME_PATH` | The path the Chromium executable (e.g. `/usr/bin/chromium`) `PORT` | Port to serve the API, when running server.js (e.g. `3000`) `DISABLE_GUI` | Disable the GUI, and only serve the API (e.g. `false`) `API_TIMEOUT_LIMIT` | The timeout limit for API requests, in milliseconds (e.g. `10000`)