Skip to content

Commit

Permalink
chore: update README badges (#18)
Browse files Browse the repository at this point in the history
* chore: remove Node version badge from README
* chore: correct LICENSE link in README
* chore: remove license text in README
* chore: use GitHub CI badge in README
* chore: add code coverage badge to README
* chore: add dummy npm version badge to README
* chore: link Discord community in README
* chore: note minimum Node version in README
  • Loading branch information
timkurvers authored May 26, 2020
1 parent 375385f commit 77add91
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# Wowser Client

![Node Version](https://badgen.net/badge/node/12+/green)
[![MIT License](https://badgen.net/github/license/wowserhq/client)](LICENSE.md)
![Checks](https://badgen.net/github/checks/wowserhq/client)
[![Join chat](https://badgen.net/badge/gitter/join%20chat/red)](https://gitter.im/wowserhq/wowser)
[![Join Community](https://badgen.net/badge/discord/join%20community/blue)](https://discord.gg/DeVVKVg)
![Version](https://badgen.net/badge/npm/n%2Fa/gray)
[![MIT License](https://badgen.net/github/license/wowserhq/client)](LICENSE)
[![CI](https://github.com/wowserhq/client/workflows/CI/badge.svg)](https://github.com/wowserhq/client/actions?query=workflow%3ACI)
[![Test Coverage](https://codecov.io/gh/wowserhq/client/branch/master/graph/badge.svg)](https://codecov.io/gh/wowserhq/client)

World of Warcraft in the browser using JavaScript and WebGL.

This repository contains the web client.

Licensed under the [**MIT** license](LICENSE).

## Background

Wowser is a proof-of-concept of getting a triple-A game to run in a webbrowser.
Expand Down Expand Up @@ -39,7 +38,7 @@ developed with [webpack].
git clone git://github.com/wowserhq/wowser.git
```

2. Download and install [Node.js] – including `npm` for your platform.
2. Download and install [Node.js] 12+ for your platform.

3. Install dependencies:

Expand Down

0 comments on commit 77add91

Please sign in to comment.