Skip to content

Commit 4e7322e

Browse files
committed
update readme
1 parent 53a8a8e commit 4e7322e

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,25 @@
44
[![NPM Downloads][downloads-image]][downloads-url]
55
[![License][license-image]][license-url]
66

7+
[Demo](https://ardean.github.io/jsGBC-core/)
8+
79
**jsGBC Core Emulator**
810

9-
[Demo](https://ardean.github.io/jsGBC-core/)
11+
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).
1012

1113
## Usage
1214

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

15-
### Directly in a browser
17+
### Minified
1618

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

21+
## Related Projects
22+
23+
- [jsGBC](https://github.com/ardean/jsGBC)
24+
- [jsGBC-web](https://github.com/ardean/jsGBC-web)
25+
1926
## License
2027

2128
[MIT](LICENSE.md)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsgbc",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "jsGBC Core Emulator",
55
"main": "./dist/jsgbc-core.min.js",
66
"repository": "https://github.com/ardean/jsGBC-core",

0 commit comments

Comments
 (0)