Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nticaric committed May 9, 2016
1 parent b2349c8 commit 64ff967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The easiest way to install TNTSearch is via [composer](http://getcomposer.org/).
```json
{
"require": {
"teamtnt/tntsearch": "0.3.*"
"teamtnt/tntsearch": "0.4.*"
}
}
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace TeamTNT\TNTSearch\Support;

class Hihglighter
class Highlighter
{
protected $options = [
'simple' => false,
Expand Down

0 comments on commit 64ff967

Please sign in to comment.