From da7007967526f65235ef246c095c2cda3af61b13 Mon Sep 17 00:00:00 2001 From: Aurelius333 <22969541+Aurelius333@users.noreply.github.com> Date: Mon, 29 Jun 2020 00:31:45 -0400 Subject: [PATCH] Fix README.md Quick Start Deployment instructions Change `window.OHIFStandaloneViewer` to `window.OHIFViewer`, since the former is undefined --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c077a47cd..6b9915ba2 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ window.config = { ``` - Install the viewer: - `window.OHIFStandaloneViewer.installViewer(window.config);` + `window.OHIFViewer.installViewer(window.config);` This exact setup is demonstrated in this [CodeSandbox](https://codesandbox.io/s/viewer-script-tag-tprch) and in our