From be44ce6330577f1283f72403d39a82e56e9825f5 Mon Sep 17 00:00:00 2001 From: Barnaby Walters Date: Sat, 12 Jun 2021 23:11:17 +0200 Subject: [PATCH] Clarified implied provenance of example secret --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc049ec..b5cb60d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Typical minimal usage looks something like this: // Somewhere in your app set-up code: $server = new Taproot\IndieAuth\Server([ // A secret key, >= 64 characters long. - 'secret' => APP_INDIEAUTH_SECRET, + 'secret' => YOUR_APP_INDIEAUTH_SECRET, // A path to store token data, or an object implementing TokenStorageInterface. 'tokenStorage' => '/../data/auth_tokens/',