From af3720532050fc42f155f06026d7355f181f8c0d Mon Sep 17 00:00:00 2001 From: jac-dvla Date: Tue, 17 Dec 2024 09:47:19 +0000 Subject: [PATCH] Update README.md Updated usage to be correct --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44f0e6e..8dd6572 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Based Royal Mail rules for formatting a PAF address for printing, outlined from Currently only one function is exported out of the module. ```javascript -const { convertStructuredToUnstructured } = require('postman-paf-js'); +const { convertStructuredToUnstructured } = require('postman-paf'); const structuredAddressToConvert = { buildingNumber: '1', @@ -38,4 +38,4 @@ convertedUnstructuredAddress = { line2: 'City', postcode: 'AA1 1AA', }; -``` \ No newline at end of file +```