Skip to content

Commit 8d2f4c5

Browse files
committed
update readme
1 parent 12e5a41 commit 8d2f4c5

File tree

1 file changed

+28
-6
lines changed

1 file changed

+28
-6
lines changed

README.md

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,35 @@
1-
RobotlegsJS Phaser SignalCommandMap Extension
1+
RobotlegsJS Phaser-CE SignalCommandMap Extension
22
===
33

44
[![GitHub license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/blob/master/LICENSE)
55
[![Gitter chat](https://badges.gitter.im/RobotlegsJS/RobotlegsJS.svg)](https://gitter.im/RobotlegsJS/RobotlegsJS)
6-
[![Build Status](https://secure.travis-ci.org/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap.svg?branch=master)](https://travis-ci.org/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap)
7-
[![codebeat badge](https://codebeat.co/badges/c8db23f8-561c-4839-9f74-1d704e27fadb)](https://codebeat.co/projects/github-com-robotlegsjs-robotlegsjs-phaser-signalcommandmap-master)
8-
[![Test Coverage](https://codeclimate.com/github/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/badges/coverage.svg)](https://codeclimate.com/github/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/coverage)
9-
[![npm version](https://badge.fury.io/js/%40robotlegsjs%2Fphaser-signalcommandmap.svg)](https://badge.fury.io/js/%40robotlegsjs%2Fphaser-signalcommandmap)
10-
[![Greenkeeper badge](https://badges.greenkeeper.io/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap.svg)](https://greenkeeper.io/)
6+
[![Build Status](https://travis-ci.org/RobotlegsJS/RobotlegsJS-Phaser-CE-SignalCommandMap.svg?branch=master)](https://travis-ci.org/RobotlegsJS/RobotlegsJS-Phaser-CE-SignalCommandMap)
7+
[![codebeat badge](https://codebeat.co/badges/63c28e60-364c-4c4a-abc7-29384c45192a)](https://codebeat.co/projects/github-com-robotlegsjs-robotlegsjs-phaser-ce-signalcommandmap-master)
8+
[![Test Coverage](https://api.codeclimate.com/v1/badges/be8024a4f08a2f6bdfc0/test_coverage)](https://codeclimate.com/github/RobotlegsJS/RobotlegsJS-Phaser-CE-SignalCommandMap/test_coverage)
9+
[![npm version](https://badge.fury.io/js/%40robotlegsjs%2Fphaser-ce-signalcommandmap.svg)](https://badge.fury.io/js/%40robotlegsjs%2Fphaser-ce-signalcommandmap)
10+
[![Greenkeeper badge](https://badges.greenkeeper.io/RobotlegsJS/RobotlegsJS-Phaser-CE-SignalCommandMap.svg)](https://greenkeeper.io/)
1111
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
1212

1313
A RobotlegsJS Extension that allows the mapping of Phaser.Signal class to commands.
14+
15+
Installation
16+
---
17+
18+
You can get the latest release and the type definitions using [NPM](https://www.npmjs.com/):
19+
20+
```bash
21+
npm install @robotlegsjs/phaser-ce-signalcommandmap --save-prod
22+
```
23+
24+
Or using [Yarn](https://yarnpkg.com/en/):
25+
26+
```bash
27+
yarn add @robotlegsjs/phaser-ce-signalcommandmap
28+
```
29+
30+
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.
31+
32+
License
33+
---
34+
35+
[MIT](LICENSE)

0 commit comments

Comments
 (0)