fix broken npm module name
This commit is contained in:
Родитель
2e8ca5e5c8
Коммит
cf04d855c5
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче