Skip to content

Commit b1de9da

Browse files
committed
Modified readme to include bower path
Added bower_components into example include path.
1 parent d645ce3 commit b1de9da

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Readme.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,9 @@
1010
`bower install powerbi-client`
1111

1212
## Setup Power BI for embedding
13-
Add the Power BI CSS link within your apps `<head>` tag.
14-
15-
`<link href="/content/powerbi.css" rel="stylesheet"/>`
16-
1713
Add the Power BI script include before your apps closing `</body>` tag
1814

19-
`<script src="http://github.com/%3Cspan%20class="x x-first x-last">lib/powerbi.js"></script>`
15+
`<script src="http://github.com/%3Cspan%20class="x x-first x-last">bower_components/powerbi-client/dist/powerbi.js"></script>`
2016

2117
Add your access token to your app so it can be accessed.
2218
*This can be set statically or dynamically via JavaScript.*

0 commit comments

Comments
 (0)