From 0098913436a336bc38ce02b1a2926a73184376fb Mon Sep 17 00:00:00 2001 From: John Date: Thu, 9 Feb 2017 22:42:58 -0500 Subject: [PATCH] Added console.log --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1fa2147..0241ff3 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ var fieldJson = [ ]; var mappedFields = pdfFiller.mapForm2PDF( fieldJson, convMap ); +console.log(mappedFields); ```` This will print out the object below.