Skip to content

Commit 3c2e472

Browse files
committed
Update README.md
1 parent a5a351b commit 3c2e472

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ As a first introduction, you might only want to test this plugin without connect
5555
You can do it by running the VuePress playground provided in this repository:
5656

5757
```bash
58-
$ yarn install
59-
$ yarn serve
58+
yarn install
59+
yarn serve
6060
```
6161

6262
Then, open your browser on the indicated URL and test the search bar 🙂
@@ -69,9 +69,9 @@ Type `create an indxe` to live the MeiliSearch experience with the [typo toleran
6969
In your VuePress project:
7070

7171
```bash
72-
$ yarn add vuepress-plugin-meilisearch
72+
yarn add vuepress-plugin-meilisearch
7373
# or
74-
$ npm install vuepress-plugin-meilisearch
74+
npm install vuepress-plugin-meilisearch
7575
```
7676

7777
### Basic Configuration

0 commit comments

Comments
 (0)