Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ardean committed Mar 6, 2017
1 parent 53a8a8e commit 4e7322e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,25 @@
[![NPM Downloads][downloads-image]][downloads-url]
[![License][license-image]][license-url]

[Demo](https://ardean.github.io/jsGBC-core/)

**jsGBC Core Emulator**

[Demo](https://ardean.github.io/jsGBC-core/)
This is just the core emulator. For a desktop emulator look at [jsGBC](https://github.com/ardean/jsGBC) or for an online emulator please check [jsGBC-web](https://github.com/ardean/jsGBC-web).

## Usage

I suggest you to use [jspm](http://jspm.io/) as your package manager.

### Directly in a browser
### Minified

Please checkout the [direct/index.html](https://ardean.github.io/jsGBC-core/direct/) file for direct usage in a browser.

## Related Projects

- [jsGBC](https://github.com/ardean/jsGBC)
- [jsGBC-web](https://github.com/ardean/jsGBC-web)

## License

[MIT](LICENSE.md)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsgbc",
"version": "0.4.3",
"version": "0.4.4",
"description": "jsGBC Core Emulator",
"main": "./dist/jsgbc-core.min.js",
"repository": "https://github.com/ardean/jsGBC-core",
Expand Down

0 comments on commit 4e7322e

Please sign in to comment.