From cb6e351686824b8762d21ad4d8a2e2d87149001b Mon Sep 17 00:00:00 2001 From: Joakim Taule Kartveit Date: Thu, 16 Nov 2023 17:40:58 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4b09e3..c628ab2 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ mkdir {templates,data}/your_teamname # your_teamname can be anything, but it'll * `templates/your_teamname/` should then be populated with your .hbs-templates. the names of these templates will also decide parts of the API paths * `data/your_teamname/` should be populated with json files with names corresponding to a target .hbs-template, this can be used to test your PDFs during development of templates. -[navikt/flex-sykepengesoknad-pdfgen](https://github.com/navikt/flex-sykepengesoknad-pdfgen),[navikt/smpdfgen](https://github.com/smpdfgen), [navikt/smarbeidsgiver-pdfgen](https://github.com/navikt/smarbeidsgiver-pdfgen) is some good examples of how such a project can be set up. +[navikt/flex-sykepengesoknad-pdfgen](https://github.com/navikt/flex-sykepengesoknad-pdfgen),[navikt/smpdfgen](https://github.com/navikt/smpdfgen), [navikt/smarbeidsgiver-pdfgen](https://github.com/navikt/smarbeidsgiver-pdfgen) is some good examples of how such a project can be set up. ### Helpers [navikt/pdfgen/blob/master/src/main/kotlin/no/nav/pdfgen/template/Helpers.kt](https://github.com/navikt/pdfgen/blob/master/src/main/kotlin/no/nav/pdfgen/template/Helpers.kt) contains a collection of customs Helpers which implements functionality that is not part of the Handlebars language itself.