Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-ignatov committed Jan 8, 2020
1 parent e490f36 commit d84ce99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ FHIR.oauth2.ready()
```

> NOTE: When the library is used as module it will not polyfill the global namespace and will not create a global `FHIR` object as it does when included as script. If you want to be able to use it globally, you can expert it yourself like so:
```ts
import FHIR from "fhirclient";

Expand Down

0 comments on commit d84ce99

Please sign in to comment.