This commit is contained in:
Matt Mazzola 2016-06-27 16:29:58 -07:00
Родитель da46cd90c5
Коммит 88d91ab180
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2,7 +2,7 @@
Contains JavaScript & TypeScript object models for Microsoft Power BI JavaScript SDK.
For each model there is a TypeScript interface, a json schema definitions, and a validation function to ensure and object is valid.
For each model there is a TypeScript interface, a json schema definitions, and a validation function to ensure a given object is a valid model.
## Getting Started