Skip to content

Commit

Permalink
Specify playground command in contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
alallema committed Mar 17, 2022
1 parent 11f8f48 commit 26d094b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ yarn build
Run the import script using [`npx` (the Node Package Runner)](https://www.npmjs.com/package/npx).
- Set up credentials. The import script uses the application's default credentials to communicate with Firebase. Please follow the instructions [generate a private key file for your service account](https://firebase.google.com/docs/admin/setup#initialize-sdk).
- Run the import script interactively via `npx` by running ONE of the following commands:
- Run the import script interactively using `npx` and run ONE of the following commands:
- Run interactively:
```bash
npx firestore-meilisearch
Expand Down Expand Up @@ -141,7 +141,7 @@ Launch the watcher on the project:
``` bash
yarn watch
```
Launch the watcher on the script. You must first have modified this command in the `package.json` file with your own data:
Launch the watcher on the script. You have to modify the informations of the playground script by your own parameters inside the `package.json` file:
``` bash
yarn playground
```
Expand Down
2 changes: 1 addition & 1 deletion extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version: 0.1.0
specVersion: v1beta

# Friendly display name for your extension (~3-5 words)
displayName: Search in Firestore with Meilisearch
displayName: Search in your Firestore content with Meilisearch

# Brief description of the task your extension performs (~1 sentence)
description: >-
Expand Down

0 comments on commit 26d094b

Please sign in to comment.