Skip to content

Commit be23fb4

Browse files
committed
🐛 Fix package name and readme typos.
1 parent 4814b9c commit be23fb4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
A basic [elastic](https://www.elastic.co/products/elasticsearch) search backed driver [for Laravel Scout](https://laravel.com/docs/5.8/scout).
77

8-
This driver has a simple configuration, requiring you to only publish the configuration and set the hostname of your elasticsearch node.
8+
This driver has a simple configuration, requiring you to set the hostname of your elasticsearch node.
99

1010
Note that this driver uses a separate index for each model type as elasticsearch mapping types have been deprecated in elasticsearch 6.0 and will be removed in 8.0, for more information see https://bit.ly/2TZVZvq.
1111

12-
By default, the driver uses the `simple_query_string' full text parser with `and` set as the default operator. More information on the functionality & syntax of this query format can be found (here)[https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-simple-query-string-query.html].
12+
By default, the driver uses the `simple_query_string` full text parser with `and` as the default operator. More information on the functionality & syntax of this query format can be found [here](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-simple-query-string-query.html).
1313

14-
Based on the original work of [ErickTamayo](https://github.com/ErickTamayo/laravel-scout-elastic). **Requires Scout ^5.0, ^6.0, or ^7.0, Laravel >=5.4, PHP >=7.0**
14+
**Requires Scout ^5.0, ^6.0 or ^7.0, Laravel >=5.4 & PHP >=7.0**. Based on the original work of [ErickTamayo](https://github.com/ErickTamayo/laravel-scout-elastic)
1515

1616
## Contents
1717

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "boxed-code/laravel-scout-elastic",
2+
"name": "boxed-code/laravel-scout-elasticsearch",
33
"description": "Elasticsearch Driver for Laravel Scout",
44
"keywords": ["laravel", "scout", "elasticsearch", "elastic", "aws", "elasticsearch service"],
55
"license": "MIT",

0 commit comments

Comments
 (0)