From 23249e53baf5967aff9695b261c6795f71849788 Mon Sep 17 00:00:00 2001 From: Evan Date: Tue, 11 Feb 2025 11:13:59 -0500 Subject: [PATCH] Update README.md screenshot --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 17e285d2..f4507bc1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Patternfly Seed is an open source build scaffolding utility for web apps. The pr Out of the box you'll get an app layout with chrome (header/sidebar), routing, build pipeline, test suite, and some code quality tools. Basically, all the essentials. -Out of box dashboard view of patternfly seed +Out of box dashboard view of patternfly seed ## Quick-start @@ -99,4 +99,5 @@ ENV_1=http://1.myendpoint.com ENV_2=http://2.myendpoint.com ``` + With that in place, you can use the values in your code like `console.log(process.env.ENV_1);`