From d8eda01e6245596927c527d0053bb1b1e8f89750 Mon Sep 17 00:00:00 2001 From: alexandercerutti Date: Thu, 13 Sep 2018 16:54:53 +0200 Subject: [PATCH] Fixed link to localize method --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 662ec49..8dfc7f9 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ $ mkdir passModels && mkdir $_/myFirstModel.pass && cd $_; Follow the [Apple Developer documentation](https://apple.co/2wuJLC1) (_Package Structure_) to build a correct pass model. The **icon is required** in order to make the pass work. *Manifest.json* and *signature* will be automatically ignored from the model and generated in runtime. -You can also create `.lproj` folders (e.g. *en.lproj* or *it.lproj*) containing localized media. To include a folder or translate texts inside the pass, please refer to the API, [.localize()](./API.md#method:localize) method. +You can also create `.lproj` folders (e.g. *en.lproj* or *it.lproj*) containing localized media. To include a folder or translate texts inside the pass, please refer to the API, [.localize()](./API.md#method_localize) method. ##### Pass.json