Skip to content

Commit 2c64831

Browse files
committed
update readme
1 parent 55a4907 commit 2c64831

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ RobotlegsJS CreateJS Extension
1111
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
1212

1313
Integrate [RobotlegsJS](https://github.com/RobotlegsJS/RobotlegsJS)
14-
framework with [CreateJS](https://github.com/CreateJS/Combined).
14+
framework with [CreateJS](https://createjs.com).
1515

1616
Installation
1717
---
1818

1919
You can get the latest release and the type definitions using [NPM](https://www.npmjs.com/):
2020

2121
```bash
22-
npm install @robotlegsjs/createjs
22+
npm install @robotlegsjs/createjs --save
2323
```
2424

2525
Or using [Yarn](https://yarnpkg.com/en/):
@@ -28,21 +28,21 @@ Or using [Yarn](https://yarnpkg.com/en/):
2828
yarn add @robotlegsjs/createjs
2929
```
3030

31-
The [CreateJS](https://github.com/CreateJS/Combined) dependency is added as **peerDependencies**,
32-
allowing the final user to choose the desired version of the `createjs` library on each project.
31+
The [EaselJS](https://github.com/CreateJS/EaselJS) dependency is added as **peerDependencies**,
32+
allowing the final user to choose the desired version of the [easeljs](https://www.npmjs.com/package/easeljs) library on each project.
3333

34-
The `@robotlegsjs/createjs` package is compatible with versions between the `>=1.0.1 <2` version range of `createjs` library.
34+
The `@robotlegsjs/createjs` package is compatible with versions between the `>=1.0.2 <2` version range of `easeljs` library.
3535

36-
As example, when you would like to use the version `1.0.1` of `createjs` library, you can run:
36+
As example, when you would like to use the version `1.0.2` of `easeljs` library, you can run:
3737

3838
```bash
39-
npm install createjs@1.0.1 reflect-metadata --save
39+
npm install easeljs@1.0.2 reflect-metadata --save
4040
```
4141

4242
or
4343

4444
```bash
45-
yarn add createjs@1.0.1 reflect-metadata --save
45+
yarn add easeljs@1.0.2 reflect-metadata
4646
```
4747

4848
Then follow the [installation instructions](https://github.com/RobotlegsJS/RobotlegsJS/blob/master/README.md#installation) of **RobotlegsJS** library to complete the setup of your project.
@@ -54,7 +54,7 @@ Then follow the [installation instructions](https://github.com/RobotlegsJS/Robot
5454

5555
**Peer Dependencies**
5656

57-
+ [CreateJS](https://github.com/CreateJS/Combined)
57+
+ [EaselJS](https://github.com/CreateJS/EaselJS)
5858
+ [reflect-metadata](https://github.com/rbuckton/reflect-metadata)
5959

6060
Usage

0 commit comments

Comments
 (0)