We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb28776 commit 119575fCopy full SHA for 119575f
Readme.md
@@ -14,11 +14,11 @@ Go to [Power BI Dev Center](https://dev.powerbi.com/apps) to get your key
14
Get your Power BI access token using ADAL library for JavaScript
15
16
## Setup Power BI for embedding
17
-Add the Power BI CSS link within your apps `head` tag.
+Add the Power BI CSS link within your apps `<head>` tag.
18
19
`<link href="/content/powerbi.css" rel="stylesheet"/>`
20
21
-Add the Power BI script include before your apps closing `body` tag
+Add the Power BI script include before your apps closing `</body>` tag
22
23
`<script src="/scripts/powerbi.js"></script>`
24
0 commit comments