Skip to content

Commit

Permalink
Clarifying documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenVertex committed May 30, 2024
1 parent bc2f183 commit 5c0a3e9
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 @@ -65,7 +65,7 @@ graph TD;
git clone [email protected]:stephenVertex/cdk-lambda-bedrock-template.git
cd cdk-lambda-bedrock-template/
```
**NOTE:** Make sure that you change the stack name.
**NOTE:** Make sure that you change the stack name in `app.py`.

``` python
CdkLambdaBedrockStack(app, "CdkLambdaBedrockStack", ## <-- Change this to your desired stack name
Expand Down

0 comments on commit 5c0a3e9

Please sign in to comment.