Fix heading type in README.md

This commit is contained in:
Tim Kächele 2021-06-06 12:41:13 +02:00
parent a91aea88f8
commit a653d99fe8

View File

@ -59,7 +59,7 @@ class UserBindingResolver < LiquidDynamicContext::BindingResolver
end end
``` ```
## Using the resolver ### Using the resolver
Now that we have written the first resolver it's time to wire it all up Now that we have written the first resolver it's time to wire it all up
and use our new resolver to provide a context for our template. and use our new resolver to provide a context for our template.