diff --git a/README.md b/README.md index a00db7b0..3969f399 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Run these in separate terminals # Runs ParcelJS in watch mode, rebuilding the server and webapp continuously on change npm run watch # Runs the silverbullet server -npm run server +npm run server -- # Builds (and watches for changes) all builtin plugs (in packages/plugs) -npm run plugs -- +npm run plugs ```