From f7a86d2739d3f0d3912b5965677cd3174d782bc6 Mon Sep 17 00:00:00 2001 From: Tom Schutte Date: Wed, 16 Oct 2024 16:34:33 -0500 Subject: [PATCH] Update README.MD --- README.MD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 73870049..e937fd61 100644 --- a/README.MD +++ b/README.MD @@ -17,6 +17,7 @@ STATE_MANAGEMENT_BASE64=some_string_here CREDENTIALS_BASE64=some_string_here ``` **N.B. Make sure to enter the entire string for each secret, with no quotes, and no newlines!** + 3. Make a trivial commit (such as updating this readme), and push it to GitHub. ## Extending this program @@ -87,4 +88,4 @@ Querys (Read Commands) (Read from ReadModelStore) -> [ReadModelStore (Modeled State)] ``` -### Microservices Additional Context / Reminders \ No newline at end of file +### Microservices Additional Context / Reminders