Skip to content

Commit b29feba

Browse files
committed
Change MeiliSearch to Meilisearch
1 parent 4f13732 commit b29feba

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ If applicable, add screenshots or logs to help explain your problem.
2222

2323
**Environment (please complete the following information):**
2424
- OS: [e.g. Debian GNU/Linux]
25-
- MeiliSearch version: [e.g. v.0.20.0]
25+
- Meilisearch version: [e.g. v.0.20.0]
2626
- docs-scraper version: [e.g v0.10.4]

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
cache: "pipenv"
6767
- name: Install dependencies for production only
6868
run: pipenv install
69-
- name: MeiliSearch setup with Docker
69+
- name: Meilisearch setup with Docker
7070
run: docker run -d -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --no-analytics=true --master-key=masterKey
7171
- name: Run the scraper with basic config
7272
run: pipenv run ./docs_scraper $CONFIG_FILE

scraper/src/config/config_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class ConfigLoader:
4444
strict_redirect = True
4545
strip_chars = u".,;:§¶"
4646
use_anchors = False
47-
user_agent = 'MeiliSearch docs-scraper'
47+
user_agent = 'Meilisearch docs-scraper'
4848
only_content_level = False
4949
query_rules = []
5050

scraper/src/meilisearch_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""MeiliSearchHelper
2-
Wrapper on top of the MeiliSearch API client"""
2+
Wrapper on top of the Meilisearch API client"""
33

44
import meilisearch
55
from builtins import range

0 commit comments

Comments
 (0)