From b22e0345baa2dd5544e3c61f32380774739e5043 Mon Sep 17 00:00:00 2001 From: Darmen Amanbayev Date: Tue, 22 Jan 2019 23:15:55 +0100 Subject: [PATCH] Instructions fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 103693b..f3872ca 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ composer require michielkempen/nova-order-field 1. Follow the [usage instructions](https://github.com/spatie/eloquent-sortable#usage) on the eloquent-sortable repository to make your model sortable. 2. Add the `MichielKempen\NovaOrderField\Orderable` trait to your Nova Resource. -3. Add a public static property called `$defaultSortField` to your resource, containing your order column. +3. Add a public static property called `$defaultOrderField` to your resource, containing your order column. 4. Add the `OrderField` to your Nova Resource `fields` method. ### Example