Skip to content

Commit 273d82d

Browse files
committed
add enterprise support information
1 parent a5a187c commit 273d82d

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ Types of changes:
4949

5050
- Add **Tidelift** as funding option (see #59).
5151

52+
- Add **Enterprise Support** information (see #60).
53+
5254
#### Security
5355

5456
- Migrate to [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) to solve security vulnerability (see #58).

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
RobotlegsJS CreateJS Extension
2-
===
1+
# RobotlegsJS CreateJS Extension
32

43
[![GitHub license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/RobotlegsJS/RobotlegsJS-CreateJS/blob/master/LICENSE)
54
[![Gitter chat](https://badges.gitter.im/RobotlegsJS/RobotlegsJS.svg)](https://gitter.im/RobotlegsJS/RobotlegsJS)
@@ -13,8 +12,7 @@ RobotlegsJS CreateJS Extension
1312
Integrate [RobotlegsJS](https://github.com/RobotlegsJS/RobotlegsJS)
1413
framework with [CreateJS](https://createjs.com).
1514

16-
Installation
17-
---
15+
## Installation
1816

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

@@ -57,8 +55,7 @@ Then follow the [installation instructions](https://github.com/RobotlegsJS/Robot
5755
+ [EaselJS](https://github.com/CreateJS/EaselJS)
5856
+ [reflect-metadata](https://github.com/rbuckton/reflect-metadata)
5957

60-
Usage
61-
---
58+
## Usage
6259

6360
```typescript
6461
import { Context, MVCSBundle } from "@robotlegsjs/core";
@@ -120,8 +117,7 @@ export class Game {
120117

121118
[See full example here](example/index.ts)
122119

123-
Running the example
124-
---
120+
## Running the example
125121

126122
Run the following commands to run the example:
127123

@@ -137,7 +133,12 @@ yarn install
137133
yarn start
138134
```
139135

140-
License
141-
---
136+
## RobotlegsJS CreateJS for enterprise
137+
138+
Available as part of the Tidelift Subscription
139+
140+
The maintainers of [@robotlegsjs/createjs](https://github.com/RobotlegsJS/RobotlegsJS-CreateJS) and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/npm-robotlegsjs-createjs?utm_source=npm-robotlegsjs-createjs&utm_medium=referral&utm_campaign=enterprise&utm_term=repo)
141+
142+
## License
142143

143144
[MIT](LICENSE)

0 commit comments

Comments
 (0)