Remove HB prefix, make Parser private (#26)
This commit is contained in:
@@ -52,9 +52,9 @@ The following sequence context transforms are available
|
||||
|
||||
## Custom transforms
|
||||
|
||||
You can add transforms to your own objects. Conform the object to `HBMustacheTransformable` and provide an implementation of the function `transform`. eg
|
||||
You can add transforms to your own objects. Conform the object to `MustacheTransformable` and provide an implementation of the function `transform`. eg
|
||||
```swift
|
||||
struct Object: HBMustacheTransformable {
|
||||
struct Object: MustacheTransformable {
|
||||
let either: Bool
|
||||
let or: Bool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user