Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ $handlebars->registerHelper(string $name, function $helper);
- `string $name` - the name of the helper
- `function $helper` - the helper handler

Returns `Eden\Handlebrs\Index`
Returns `Handlebrs\Index`

#### Example

Expand All @@ -286,7 +286,7 @@ $handlebars->registerPartial(string $name, string $partial);
- `string $name` - the name of the helper
- `string $partial` - the helper handler

Returns `Eden\Handlebrs\Index`
Returns `Handlebrs\Index`

#### Example

Expand All @@ -312,7 +312,7 @@ $handlebars->setCache(string $path);

- `string $path` - The cache path

Returns `Eden\Handlebrs\Index`
Returns `Handlebrs\Index`

#### Example

Expand All @@ -338,7 +338,7 @@ $handlebars->setPrefix(string $prefix);

- `string $prefix` - Custom prefix name

Returns `Eden\Handlebrs\Index`
Returns `Handlebrs\Index`

#### Example

Expand All @@ -364,7 +364,7 @@ $handlebars->unregisterHelper(string $name);

- `string $name` - the helper name

Returns `Eden\Handlebars\Index`
Returns `Handlebars\Index`

#### Example

Expand All @@ -390,7 +390,7 @@ $handlebars->unregisterPartial(string $name);

- `string $name` - the partial name

Returns `Eden\Handlebars\Index`
Returns `Handlebars\Index`

#### Example

Expand Down