diff --git a/README.md b/README.md index f64ba04..251efaa 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ First, pull in the package through Composer. ```js "require": { - "znck/belongs-to-through": "~2.0" + "znck/belongs-to-through": "~2.1" } ``` @@ -99,4 +99,4 @@ Class City extends Model { return $this->belongsToThrough(Country::class, [[State::class, 'national_state_id'], District::class]); } } -``` \ No newline at end of file +```