Skip to content

Commit 23249e5

Browse files
authored
Update README.md screenshot
1 parent ce01e61 commit 23249e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Patternfly Seed is an open source build scaffolding utility for web apps. The pr
44

55
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.
66

7-
<img width="1058" alt="Out of box dashboard view of patternfly seed" src="https://user-images.githubusercontent.com/5942899/103803761-03a0a500-501f-11eb-870a-345d7d035e6b.png">
7+
<img width="1058" alt="Out of box dashboard view of patternfly seed" src="https://github.com/user-attachments/assets/0227b366-67f1-4df8-8d92-e8e95d6e08b3" />
88

99
## Quick-start
1010

@@ -99,4 +99,5 @@ ENV_1=http://1.myendpoint.com
9999
ENV_2=http://2.myendpoint.com
100100
```
101101

102+
102103
With that in place, you can use the values in your code like `console.log(process.env.ENV_1);`

0 commit comments

Comments
 (0)