Skip to content

Commit 80680f5

Browse files
committed
Change MeiliSearch to Meilisearch
1 parent 834eae4 commit 80680f5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ 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
- vuepress-plugin-meilisearch version: [e.g v0.10.7]
2727
- Browser: [e.g. Chrome version 90.0]
2828
- VuePress version: [e.g. v1.8.2]

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020-2021 MeiliSearch
3+
Copyright (c) 2020-2021 Meilisearch
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://res.cloudinary.com/meilisearch/image/upload/v1587402338/SDKs/meilisearch_vuepress.svg" alt="Meilisearch-VuePress" width="200" height="200" />
2+
<img src="https://raw.githubusercontent.com/meilisearch/integration-guides/main/assets/logos/meilisearch_vuepress.svg" alt="Meilisearch-VuePress" width="200" height="200" />
33
</p>
44

55
<h1 align="center">Meilisearch VuePress</h1>

playground/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
[
1414
require('../../index.js'),
1515
{
16-
// Testing with MeiliSearch documentation content (https://docs.meilisearch.com/)
16+
// Testing with Meilisearch documentation content (https://docs.meilisearch.com/)
1717
hostUrl: 'https://docs-search-bar.meilisearch.com',
1818
apiKey:
1919
'd79226ae89f29d4dadba8d0c30c240e435f584fb83a7ae573b13eb62edec35cd',

playground/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MeiliSearch and vuepress
1+
# Meilisearch and vuepress
22

33
Use the search bar to test the plugin!
44

0 commit comments

Comments
 (0)