This commit is contained in:
Tom Laird-McConnell 2017-05-11 08:27:14 -07:00
Родитель 2e8ca5e5c8
Коммит cf04d855c5
3 изменённых файлов: 5 добавлений и 5 удалений

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

@ -6,11 +6,11 @@ define a strongly typed class hierarchy that is easy to serialize/deserialize js
You can use any tooling that you want to create the adaptive card json.
The **microsoft-adaptive-cards** npm package defines a library for working with adaptive cards in javascript
The **microsoft-adaptivecards** npm package defines a library for working with adaptive cards in javascript
## To install
```
npm install microsoft-adaptive-cards
npm install microsoft-adaptivecards
```
## Example creating

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

@ -5,11 +5,11 @@ define a strongly-typed class hierarchy that makes it easy to serialize/deserial
You can use any tooling you want to create the adaptive card JSON.
The **microsoft-adaptive-cards** npm package defines a typescript library for working with adaptive cards in Typescript
The **microsoft-adaptivecards** npm package defines a typescript library for working with adaptive cards in Typescript
## To install
```
npm install microsoft-adaptive-cards
npm install microsoft-adaptivecards
```
There are interface definitions in `schema.d.ts` which describe the shape of the schema.

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

@ -4,7 +4,7 @@ This is a HTML renderer which works in the browser against the DOM.
## Add a renderer
This is available as a NPM package.
```
npm install microsoft-adaptive-cards
npm install microsoft-adaptivecards
```
## Create an instance of the renderer