From b417c417b7b2b00074538e76a99a04c59632e57e Mon Sep 17 00:00:00 2001 From: Ryan Birmingham Date: Wed, 17 Jan 2018 11:12:45 -0500 Subject: [PATCH] Fix code block formatting error in readme (#152) --- StandaloneViewer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StandaloneViewer/README.md b/StandaloneViewer/README.md index 9eba151df..904c0bf7b 100644 --- a/StandaloneViewer/README.md +++ b/StandaloneViewer/README.md @@ -37,7 +37,7 @@ It is possible to build this standalone viewer to run as a client-only bundle of ```` METEOR_PACKAGE_DIRS="../../Packages" meteor-build-client ../myOutputFolder -u localhost:3000 - ``` + ```` 3. Test the bundled client-side package locally.