We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 979b170 commit ea07617Copy full SHA for ea07617
README.md
@@ -1,6 +1,8 @@
1
# jsGBC-core
2
3
-[![NPM Version][npm-image]][downloads-url] [![NPM Downloads][downloads-image]][downloads-url]
+[![NPM Version][npm-image]][downloads-url]
4
+[![NPM Downloads][downloads-image]][downloads-url]
5
+[![License][license-image]][license-url]
6
7
**jsGBC Core Emulator**
8
@@ -24,3 +26,5 @@ Z80 implementation borrowed from [GameBoy-Online](https://github.com/taisel/Game
24
26
[downloads-url]: https://npmjs.org/package/jsgbc
25
27
[npm-image]: https://img.shields.io/npm/v/jsgbc.svg
28
[npm-url]: https://npmjs.org/package/jsgbc
29
+[license-image]: https://img.shields.io/npm/l/jsgbc.svg
30
+[license-url]: LICENSE.md
0 commit comments