From 82ec3f81e822be664a536ecefbb2fd6f0a955f68 Mon Sep 17 00:00:00 2001 From: axeloz Date: Wed, 22 Jan 2020 14:59:39 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 414ab71..733519c 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ For any other unlisted issue, please add a ticket on Github: https://github.com/ When you run a files watcher on the VM, the `watch` command is running on the VM but the watched files are located on the host computer and mounted using NFS on the VM. For this reason, the watcher does not always catch file changes properly. I tried to fix this issue, let me know if you come accross this matter. -For example for Laravel, the `npm run watch` command doesn't seem to work properly. Use `npm run watch-poll` instead. +For example for Laravel, the `yarn run watch` command doesn't seem to work properly. Use `yarn run watch-poll` instead. ## Contributing