From d2ae4b23b0a9f271c79971c7fd66882a49042dee Mon Sep 17 00:00:00 2001 From: Puja Date: Tue, 12 Jan 2021 15:55:36 +0530 Subject: [PATCH] fixes #1 fixes #1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a1c738..d8557bd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # Laravel autocomplete search with typeahead.js Implement search autocompletion with Laravel and typeahead.js -Visit https://www.kerneldev.com/2018/02/07/laravel-autocomplete-search-with-typeahead-js/ for the complete tutorial. +Visit https://kerneldev.com/2018/02/07/laravel-autocomplete-search-with-typeahead-js/ for the complete tutorial.