From cdf4ce6bc90e98d03c3f46b004d67db98827e719 Mon Sep 17 00:00:00 2001 From: Alberto Schiabel Date: Tue, 8 Nov 2016 18:08:04 +0100 Subject: [PATCH] Update README.md Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68e866c..7fc0aae 100755 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ angular-typeaheadjs An AngularJS directive to serve as a wrapper to the [typeahead.js](https://github.com/twitter/typeahead.js) autocomplete library. It allows to apply to an input field the autocomplete typeahead.js features. -In the default use case it will apply autocomplete search functionality for an `input.typeahead`. A dataset with a [Bloddhound](https://github.com/twitter/typeahead.js/blob/master/doc/bloodhound.md) engine as source will be created retrieving data from prefecth and/or remote urls. +In the default use case it will apply autocomplete search functionality for an `input.typeahead`. A dataset with a [Bloodhound](https://github.com/twitter/typeahead.js/blob/master/doc/bloodhound.md) engine as source will be created retrieving data from prefecth and/or remote urls. Requirements ------------