From a79399529b374807e6526740d3e4b066ca7dc27b Mon Sep 17 00:00:00 2001 From: Thierry de Pauw Date: Wed, 24 Mar 2021 22:18:48 +0100 Subject: [PATCH] Clarify you can retrieve a single statement by Sid --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 00f8e88..066ec78 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,8 @@ function kmsKeyPolicyDocument(accountId: string, keyAdminArns: string[], keyUser }); ``` -Unit testing the policy document. +Unit testing a statement from a policy document. You can retrieve a single +statement using the Sid of that statement. ```typescript import {expect} from 'chai';