From be0af736582ee6aa8a4a6343980889a5aae351d0 Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 25 Oct 2023 13:08:02 +0000 Subject: [PATCH] test: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7338995c..20d2b4167 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ If you are an external developer, `APP_ID`and `PRIVATE_KEY` are automatically ge **Important things with private keys (.pem) at .env** 1. The private key gets automatically filled after the app is installed to a github handle but not as an existing app -2. The private key cannot be in spaces like that +2. The private key cannot be separated in spaces 3. The private key is a string into its env var rather than a just opened info without "" otherwise it will not be recognized and you'll get unauthorized access