Skip to content

Commit 2b44d0e

Browse files
committed
updated README
Signed-off-by: Rocco, Marco <[email protected]>
1 parent 92e401a commit 2b44d0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ const config = {
104104
}],
105105
toDecrypt: [
106106
{
107-
/* path to element with encryption fields in the response json body */
107+
/* path to element where to store decrypted fields in response object */
108108
element: "path.to.encryptedFoo",
109-
/* path to object where to store decrypted fields in response json body */
109+
/* path to object with encryption fields */
110110
obj: "path.to.foo"
111111
}
112112
]

0 commit comments

Comments
 (0)