From bca6bf1b3a93d0e5b4b8650d3dd7f8bb489fea66 Mon Sep 17 00:00:00 2001 From: Gustavo Fenilli Date: Tue, 31 Oct 2023 15:38:16 -0300 Subject: [PATCH] docs: fixes roadmap task list --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c544dbe..259d9f7 100644 --- a/README.md +++ b/README.md @@ -295,8 +295,8 @@ router.post('/login', options) ## Roadmap -- [] Make the `success` and `error` events to be able to return a `Promise` to delay the call to the `finish` event -- [] Add support for [Laravel Precognition](https://laravel.com/docs/10.x/precognition) +- [ ] Make the `success` and `error` events to be able to return a `Promise` to delay the call to the `finish` event +- [ ] Add support for [Laravel Precognition](https://laravel.com/docs/10.x/precognition)

(back to top)