Skip to content

Commit db19242

Browse files
authored
Update README.md
1 parent 043fcdd commit db19242

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ See [Documentation/Authentication.md](https://mathworks-ref-arch.github.io/matla
5858
% Example: List buckets and read a secret
5959
s3 = aws.s3.Client();
6060
resp = s3.listBuckets();
61-
disp({resp.buckets.name}');
61+
disp(string({resp.buckets.name}'));
6262
6363
sm = aws.secretsmanager.Client();
6464
secret = sm.getSecretValue(secretId="prod/app/api");

0 commit comments

Comments
 (0)