Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

Commit

Permalink
Update README for master branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
kidthales committed Apr 27, 2018
1 parent 8131bf2 commit cce1d1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Phaser Component Library

[![Build Status](https://travis-ci.org/TristanBonsor/phaser-component-library.svg?branch=develop)](https://travis-ci.org/TristanBonsor/phaser-component-library)
[![Coverage Status](https://coveralls.io/repos/github/TristanBonsor/phaser-component-library/badge.svg?branch=develop)](https://coveralls.io/github/TristanBonsor/phaser-component-library?branch=develop)
[![Build Status](https://travis-ci.org/TristanBonsor/phaser-component-library.svg?branch=master)](https://travis-ci.org/TristanBonsor/phaser-component-library)
[![Coverage Status](https://coveralls.io/repos/github/TristanBonsor/phaser-component-library/badge.svg?branch=master)](https://coveralls.io/github/TristanBonsor/phaser-component-library?branch=master)

Phaser component for Angular. The purpose of this library is to provide a simple way to integrate Phaser 3 into an Angular project in an agnostic fashion.

Expand Down Expand Up @@ -82,7 +82,7 @@ export class AppComponent {
}
```

Please refer to the example [AppComponent](https://github.com/TristanBonsor/phaser-component-library/blob/develop/src/app/app.component.ts) to see the full sample usage.
Please refer to the example [AppComponent](https://github.com/TristanBonsor/phaser-component-library/blob/master/src/app/app.component.ts) to see the full sample usage.

## API

Expand Down Expand Up @@ -114,10 +114,10 @@ Run `npm test` to execute the unit tests for the library (watch mode); use `npm

Run `npm run e2e` to execute the end-to-end tests for the example app.

Refer to the project's [package.json](https://github.com/TristanBonsor/phaser-component-library/blob/develop/package.json) `scripts` property for more commands.
Refer to the project's [package.json](https://github.com/TristanBonsor/phaser-component-library/blob/master/package.json) `scripts` property for more commands.

## License

[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](https://raw.githubusercontent.com/TristanBonsor/phaser-component-library/develop/LICENSE)
[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](https://raw.githubusercontent.com/TristanBonsor/phaser-component-library/master/LICENSE)

Copyright 2018 © <a href="https://tristanbonsor.github.io/" target="_blank">Tristan Bonsor</a>

0 comments on commit cce1d1f

Please sign in to comment.