Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
Update verbage
Browse files Browse the repository at this point in the history
  • Loading branch information
hxtree committed Jun 21, 2020
1 parent f4299f9 commit cc627fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ class Alert extends LivingMarkup\Element\AbstractElement
}
```

Then add the LHTML Element to LHTML processor:
Then add the LHTML Element to a LHTML processor:
```php
// instantiate processor
$proc = new LivingMarkup\Processor();

// add object to processor
// add LHTML Element to processor
$proc->addElement('Partial', '//partial', 'Partial\{name}');

// automate method call
Expand Down

0 comments on commit cc627fe

Please sign in to comment.