Skip to content

Commit 72bebdf

Browse files
meili-botcurquiza
andauthored
Changes related to the rebranding (#157)
* Update CONTRIBUTING.md * Update README.md * Replace MeiliSearch by Meilisearch * Update CONTRIBUTING.md Co-authored-by: Clémentine Urquizar <[email protected]>
1 parent 014c87d commit 72bebdf

File tree

6 files changed

+21
-21
lines changed

6 files changed

+21
-21
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
- meilisearch-symfony version: [e.g v0.3.0]

.github/workflows/pre-release-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Testing the code base against the MeiliSearch pre-releases
1+
# Testing the code base against the Meilisearch pre-releases
22
name: Pre-Release Tests
33

44
# Will only run for PRs and pushes to bump-meilisearch-v*
@@ -27,9 +27,9 @@ jobs:
2727
run: composer validate
2828
- name: Install dependencies
2929
run: composer install --prefer-dist --no-progress --quiet
30-
- name: Get the latest MeiliSearch RC
30+
- name: Get the latest Meilisearch RC
3131
run: echo "MEILISEARCH_VERSION=$(curl https://raw.githubusercontent.com/meilisearch/integration-guides/main/scripts/get-latest-meilisearch-rc.sh | bash)" >> $GITHUB_ENV
32-
- name: MeiliSearch (${{ env.MEILISEARCH_VERSION }}) setup with Docker
32+
- name: Meilisearch (${{ env.MEILISEARCH_VERSION }}) setup with Docker
3333
run: docker run -d -p 7700:7700 getmeili/meilisearch:${{ env.MEILISEARCH_VERSION }} ./meilisearch --master-key=masterKey --no-analytics=true
3434
- name: Run test suite
3535
run: composer test:unit

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
env:
4242
SYMFONY_REQUIRE: ${{ matrix.sf-version }}
4343
run: composer install --prefer-dist --no-progress --quiet
44-
- name: MeiliSearch setup with Docker
44+
- name: Meilisearch setup with Docker
4545
run: docker run -d -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --master-key=masterKey --no-analytics=true
4646
- name: Run test suite
4747
run: composer test:unit

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
First of all, thank you for contributing to MeiliSearch! The goal of this document is to provide everything you need to know in order to contribute to MeiliSearch and its different integrations.
3+
First of all, thank you for contributing to Meilisearch! The goal of this document is to provide everything you need to know in order to contribute to Meilisearch and its different integrations.
44

55
<!-- MarkdownTOC autolink="true" style="ordered" indent=" " -->
66

@@ -15,8 +15,8 @@ First of all, thank you for contributing to MeiliSearch! The goal of this docume
1515
## Assumptions
1616

1717
1. **You're familiar with [GitHub](https://github.com) and the [Pull Request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests) (PR) workflow.**
18-
2. **You've read the MeiliSearch [documentation](https://docs.meilisearch.com) and the [README](/README.md).**
19-
3. **You know about the [MeiliSearch community](https://docs.meilisearch.com/learn/what_is_meilisearch/contact.html). Please use this for help.**
18+
2. **You've read the Meilisearch [documentation](https://docs.meilisearch.com) and the [README](/README.md).**
19+
3. **You know about the [Meilisearch community](https://docs.meilisearch.com/learn/what_is_meilisearch/contact.html). Please use this for help.**
2020

2121
## How to Contribute
2222

@@ -68,7 +68,7 @@ To start and build your Docker environment, just execute the next command in a t
6868
docker-compose up -d
6969
```
7070

71-
Be sure no other MeiliSearch instance is currently running on your machine.
71+
Be sure no other Meilisearch instance is currently running on your machine.
7272

7373
#### Tests and Linter
7474

@@ -112,7 +112,7 @@ Some notes on GitHub PRs:
112112

113113
## Release Process (for internal team only)
114114

115-
MeiliSearch tools follow the [Semantic Versioning Convention](https://semver.org/).
115+
Meilisearch tools follow the [Semantic Versioning Convention](https://semver.org/).
116116

117117
### Automation to Rebase and Merge the PRs
118118

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<p align="center">
2-
<img src="https://raw.githubusercontent.com/meilisearch/integration-guides/main/assets/logos/meilisearch_symfony.svg" alt="MeiliSearch-Symfony" width="200" height="200" />
2+
<img src="https://raw.githubusercontent.com/meilisearch/integration-guides/main/assets/logos/meilisearch_symfony.svg" alt="Meilisearch-Symfony" width="200" height="200" />
33
</p>
44

5-
<h1 align="center">MeiliSearch Symfony Bundle</h1>
5+
<h1 align="center">Meilisearch Symfony Bundle</h1>
66

77
<h4 align="center">
8-
<a href="https://github.com/meilisearch/MeiliSearch">MeiliSearch</a> |
8+
<a href="https://github.com/meilisearch/meilisearch">Meilisearch</a> |
99
<a href="https://docs.meilisearch.com">Documentation</a> |
1010
<a href="https://slack.meilisearch.com">Slack</a> |
1111
<a href="https://roadmap.meilisearch.com/tabs/1-under-consideration">Roadmap</a> |
@@ -20,17 +20,17 @@
2020
<a href="https://app.bors.tech/repositories/29020"><img src="https://bors.tech/images/badge_small.svg" alt="Bors enabled"></a>
2121
</p>
2222

23-
<p align="center">⚡ The MeiliSearch bundle for Symfony</p>
23+
<p align="center">⚡ The Meilisearch bundle for Symfony</p>
2424

25-
**MeiliSearch Symfony** is a search bundle to integrate **MeiliSearch** within your Symfony project.
25+
**Meilisearch Symfony** is a search bundle to integrate **Meilisearch** within your Symfony project.
2626

27-
**MeiliSearch** is an open-source search engine. [Discover what MeiliSearch is!](https://github.com/meilisearch/MeiliSearch)
27+
**Meilisearch** is an open-source search engine. [Discover what Meilisearch is!](https://github.com/meilisearch/meilisearch)
2828

2929
## Table of Contents <!-- omit in toc -->
3030

3131
- [📖 Documentation](#-documentation)
3232
- [📝 Requirements](#-requirements)
33-
- [🤖 Compatibility with MeiliSearch](#-compatibility-with-meilisearch)
33+
- [🤖 Compatibility with Meilisearch](#-compatibility-with-meilisearch)
3434
- [💡 Learn More](#-learn-more)
3535
- [⚙️ Development Workflow and Contributing](#️-development-workflow-and-contributing)
3636

@@ -46,9 +46,9 @@ Also, see our [Documentation](https://docs.meilisearch.com/learn/tutorials/getti
4646
* **Compatible** with Symfony 4.0 and later.
4747
* **Support** Doctrine ORM and Doctrine MongoDB.
4848

49-
## 🤖 Compatibility with MeiliSearch
49+
## 🤖 Compatibility with Meilisearch
5050

51-
This package only guarantees the compatibility with the [version v0.24.0 of MeiliSearch](https://github.com/meilisearch/MeiliSearch/releases/tag/v0.24.0).
51+
This package only guarantees the compatibility with the [version v0.24.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v0.24.0).
5252

5353
## 💡 Learn More
5454

@@ -69,4 +69,4 @@ If you want to know more about the development workflow or want to contribute, p
6969

7070
<hr>
7171

72-
**MeiliSearch** provides and maintains many **SDKs and Integration tools** like this one. We want to provide everyone with an **amazing search experience for any kind of project**. If you want to contribute, make suggestions, or just know what's going on right now, visit us in the [integration-guides](https://github.com/meilisearch/integration-guides) repository.
72+
**Meilisearch** provides and maintains many **SDKs and Integration tools** like this one. We want to provide everyone with an **amazing search experience for any kind of project**. If you want to contribute, make suggestions, or just know what's going on right now, visit us in the [integration-guides](https://github.com/meilisearch/integration-guides) repository.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "meilisearch/search-bundle",
3-
"description": "Seamless integration of MeiliSearch into your Symfony project.",
3+
"description": "Seamless integration of Meilisearch into your Symfony project.",
44
"keywords": [
55
"meilisearch",
66
"instant",

0 commit comments

Comments
 (0)