Skip to content

Commit

Permalink
fix: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mazyu36 committed Jun 26, 2024
1 parent 68be912 commit 21e2488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-location-alpha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ declare const role: iam.Role;

const routeCalculator = new location.RouteCalculator(this, 'RouteCalculator');
routeCalculator.grantRead(role);
```
```

0 comments on commit 21e2488

Please sign in to comment.