Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
umutphp authored Aug 6, 2024
1 parent 821252e commit 2672051
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 @@ -112,7 +112,7 @@ class ModelName extends Model implements InteractWithRecommendation
'recommendation_data_field' => 'recommendation_data_field',
'recommendation_data_field_type' => 'recommendation_data_field_type',
'recommendation_group_field' => 'recommendation_group_field',
'recommendation_count' => 5
'recommendation_count' => 5,
'recommendation_order' => 'desc'
]
];
Expand Down

0 comments on commit 2672051

Please sign in to comment.