Skip to content

Commit

Permalink
Fixes markdown for Usage readme section.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsposito committed Jul 6, 2018
1 parent 57a0cc5 commit a84697b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ composer require dayrev/summarizer

Alternatively, add `"dayrev/summarizer": "^1.0"` to your composer.json file.

##Usage
## Usage
```php
$summarizer = DayRev\Summarizer\Provider::instance('smmry', ['api_key' => 'YOURKEYHERE']);
$content = $summarizer->summarize($text);
Expand Down

0 comments on commit a84697b

Please sign in to comment.