Skip to content

Commit

Permalink
removed space from parameter name in example
Browse files Browse the repository at this point in the history
  • Loading branch information
harshAtMri committed Nov 11, 2021
1 parent a581157 commit f18c58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Similar to how other CDK constructs are used

```typescript
new SecureParameterStore(stack, 'MySecureParameterStore', {
name: 'Parameter Name',
name: 'ParameterName',
value: 'Parameter Value',
});
```
Expand Down

0 comments on commit f18c58e

Please sign in to comment.