From 96a747a2efbc45669248af00f79769d823441df8 Mon Sep 17 00:00:00 2001 From: Leonardo Campos Date: Tue, 7 Feb 2017 19:12:34 -0200 Subject: [PATCH] Update standalone README.md --- StandaloneViewer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StandaloneViewer/README.md b/StandaloneViewer/README.md index 5501d9348..287799068 100644 --- a/StandaloneViewer/README.md +++ b/StandaloneViewer/README.md @@ -36,7 +36,7 @@ It is possible to build this standalone viewer to run as a client-only bundle of 2. Next, build the client bundle into an output folder ("myOutputFolder") with a base URL ("localhost:3000"). In production, this would be the URL where the Viewer is available. ```` - METEOR_PACKAGE_DIRS="../../Packages" meteor-build-client myOutputFolder -u localhost:3000 + METEOR_PACKAGE_DIRS="../../Packages" meteor-build-client ../myOutputFolder -u localhost:3000 ```