Fix README.md Quick Start Deployment instructions

Change `window.OHIFStandaloneViewer` to `window.OHIFViewer`, since the former is undefined
This commit is contained in:
Aurelius333 2020-06-29 00:31:45 -04:00 committed by GitHub
parent 9089875ca7
commit da70079675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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