diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6ed95b4..608f648 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,7 +44,7 @@ yarn install A playground of a VuePress environment is provided to test the plugin. ```bash -yarn serve +yarn playground ``` Then, open your browser on the indicated URL and test the search bar 🙂 diff --git a/README.md b/README.md index b7d23a3..b185382 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ You can do it by running the VuePress playground provided in this repository: ```bash yarn install -yarn serve +yarn playground ``` Then, open your browser on the indicated URL and test the search bar 🙂