Skip to content

Commit 0599243

Browse files
authored
Update README.md
1 parent 3456229 commit 0599243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Environment:
1717
Into real runtime (no matter the lang) environment variables backed by SSM Parameter Store. For example, assuming the SSM Parameter path above returns `1A2B3C4D5E6F` as the value. Your code would return:
1818

1919
```javascript
20-
# node
20+
// node
2121
process.env.SECRET; // 1A2B3C4D5E6F
2222
```
2323

0 commit comments

Comments
 (0)