From 5224f7fcb9eff30dacb62a8fe542167389e1e46f Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Wed, 24 Oct 2018 22:06:18 +0200 Subject: [PATCH] Micro change to words in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bea0d90..c93a2f6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Simple Node.js interface to generate customized [Apple Wallet Passes](https://de This package was created with a specific architecture in mind: **application** and **model**, to split as much as possible static objects (such as logo, background, icon, etc.) from dynamic ones (translations, barcodes, serialNumber, ...). -In fact, pass template (model) creation and population doesn't happen within the application in runtime. Pass template is a folder in _your application directory_ (but nothing will stop you from putting it outside), that will contain all the needed objects (static medias) and structure to make a pass work. +Actually, pass template (model) creation and population doesn't happen within the application in runtime. Pass template is a folder in _your application directory_ (but nothing will stop you from putting it outside), that will contain all the objects needed (static medias) and structure to make a pass work. Pass template will be read and pushed as is in the resulting .zip file, while dynamic objects will be patched against `pass.json` or generated in runtime (`manifest.json`, `signature` and translation files).