From b13c6568b5e3ddf2c7970bde2b58abe09e445341 Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 16 Aug 2017 22:01:15 +0000 Subject: [PATCH] document pendingModifications option --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1762c6..e4ec597 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,10 @@ var fs = new FamilySearch({ tokenCookie: 'FS_AUTH_TOKEN', // Maximum number of times that a throttled request will be retried. Defaults to 10. - maxThrottledRetries: 10 + maxThrottledRetries: 10, + + // List of pending modifications that should be activated. + pendingModifications: ['consolidate-redundant-resources', 'another-pending-mod'] }); ```