Skip to content

Commit 119575f

Browse files
author
Wallace Breza
committed
Updated Readme.md
1 parent eb28776 commit 119575f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Go to [Power BI Dev Center](https://dev.powerbi.com/apps) to get your key
1414
Get your Power BI access token using ADAL library for JavaScript
1515

1616
## Setup Power BI for embedding
17-
Add the Power BI CSS link within your apps `head` tag.
17+
Add the Power BI CSS link within your apps `<head>` tag.
1818

1919
`<link href="/content/powerbi.css" rel="stylesheet"/>`
2020

21-
Add the Power BI script include before your apps closing `body` tag
21+
Add the Power BI script include before your apps closing `</body>` tag
2222

2323
`<script src="/scripts/powerbi.js"></script>`
2424

0 commit comments

Comments
 (0)