Skip to content

Commit

Permalink
[WIP] updating readme to reflect the latest library state
Browse files Browse the repository at this point in the history
  • Loading branch information
msangel committed Feb 1, 2024
1 parent cc37dba commit 334aa90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ System.out.println(rendered);
```

#### Controlling library behavior
The library has a set of keys to control the parsing/rendering process. All of them are set on `TemplateParser.Builder` class. Here they are:
The library has a set of keys to control the parsing/rendering process. Even if you might think that's too many of them, the defaults will work for you most cases. All of them are set on `TemplateParser.Builder` class. Here they are:
* `withFlavor(Flavor flavor)` - flavor of the liquid language. Flavor is nothing else than a predefined set of other settings. Here are supported flavors:
* `Flavor.JEKYLL` - flavor that defines all settings, so it tries to behave like jekyll's templates
* `Flavor.LIQUID` - the same for liquid's templates
Expand Down

0 comments on commit 334aa90

Please sign in to comment.