Skip to content

Commit 106f3c3

Browse files
committed
readme typo fix
1 parent 9b1c173 commit 106f3c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ $feefo = new Evoluted\Feefo\Feefo(
2222
Once initialised you are able to retrive the latest reviews with:
2323

2424
```
25-
$feefo->reviews()
25+
$feefo->reviews();
2626
```
2727
You can optionally increase or decrease the number of results from the default of 5 like so:
2828

2929
```
30-
$feefo->reviews(10)
30+
$feefo->reviews(10);
3131
```
3232

3333
###Custom Calls

0 commit comments

Comments
 (0)