Skip to content

Commit bb8e44e

Browse files
committed
Merged PR 44255: [External contribution] Documentation fixes.
1 parent 8ca06e8 commit bb8e44e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ JavaScript library for embedding Power BI into your apps.
1111
[![Gitter](https://img.shields.io/gitter/room/Microsoft/PowerBI-JavaScript.svg)](https://gitter.im/Microsoft/PowerBI-JavaScript)
1212

1313
## Wiki
14-
See the [wiki](https://github.com/Microsoft/PowerBI-JavaScript/wiki) for more details about embedding, service configuration, setting default page, page navigation, dynamically applying filters, and more.
14+
See the [wiki](https://github.com/Microsoft/PowerBI-JavaScript/wiki) for more details about embedding, service configuration, setting a default page, page navigation, dynamically applying filters, and more.
1515

1616
## Code Docs
1717
See the [code docs](https://microsoft.github.io/PowerBI-JavaScript) for detailed information about classes, interfaces, types, etc.
1818

1919
## Demo
20-
New [live demo](https://microsoft.github.io/PowerBI-JavaScript/demo) for sample application using the powerbi-client library in scenarios such as page navigation, applying filters, updating settings, and more.
20+
New [live demo](https://microsoft.github.io/PowerBI-JavaScript/demo) for a sample application using the `powerbi-client` library in scenarios such as page navigation, applying filters, updating settings, and more.
2121

2222
## Installation
2323

@@ -39,19 +39,19 @@ Installing beta versions:
3939

4040
## Include the library via import or manually
4141

42-
Ideally you would use module loader or compilation step to import using ES6 modules as:
42+
Ideally you would use a module loader or a compilation step to import using ES6 modules as:
4343

4444
```javascript
4545
import * as pbi from 'powerbi-client';
4646
```
4747

48-
However, the library is exported as a Universal Module and the powerbi.js script can be included before your apps closing `</body>` tag as:
48+
However, the library is exported as a Universal Module and the powerbi.js script can be included before your app's closing `</body>` tag as:
4949

5050
```html
5151
<script src="/bower_components/powerbi-client/dist/powerbi.js"></script>
5252
```
5353

54-
When included directly the library is exposd as a global named 'powerbi-client'.
55-
There is also another global `powerbi` which is an instance of the service.
54+
When included directly, the library is exposed as a global named `powerbi-client`.
55+
There is also another global named `powerbi` which is an instance of the service.
5656

5757

0 commit comments

Comments
 (0)