Update README.md

This commit is contained in:
Adam Fowler
2021-03-15 15:24:37 +00:00
committed by GitHub
parent 876f3c99f5
commit 5a2f22df4f

View File

@@ -8,7 +8,7 @@ Load your templates from the filesystem
```swift
let library = HBMustacheLibrary("folder/my/templates/are/in")
```
This will look for all the files with the extension ".mustache" and attempt to load them
This will look for all the files with the extension ".mustache" in the specified folder and attempt to load them.
Render an object with a template
```swift