1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 03:56:59 +00:00

chore: update readme links

This commit is contained in:
James Cook 2023-08-30 13:48:29 +01:00
parent 70c9d623fc
commit a5fab5b767

View file

@ -1,11 +1,9 @@
<h1 align="center">Classcharts API JS</h1>
<div align="center">
<img alt="Discord" src="https://img.shields.io/discord/918103752068726855">
<img alt="license" src="https://img.shields.io/npm/l/classcharts-api">
<img alt="npm" src="https://img.shields.io/npm/v/classcharts-api">
<img alt="deno" src="https://shield.deno.dev/x/classcharts_api">
<img alt="node-current" src="https://img.shields.io/node/v/classcharts-api">
<a href="https://discord.gg/DTcwugcgZ2"><img alt="Discord" src="https://img.shields.io/discord/918103752068726855"></a>
<a href="https://github.com/classchartsapi/classcharts-api-js/blob/main/LICENSE"><img alt="license" src="https://img.shields.io/npm/l/classcharts-api"></a>
<a href="https://www.npmjs.com/package/classcharts-api"><img alt="npm" src="https://img.shields.io/npm/v/classcharts-api"></a>
<a href="https://deno.land/x/classcharts_api"><img alt="deno" src="https://shield.deno.dev/x/classcharts_api"></a>
</div>
<p align="center">A Node.js and Deno wrapper for getting information from the Classcharts API.</p>
@ -14,6 +12,8 @@
- [Documentation](https://classchartsapi.github.io/classcharts-api-js/)
- [Discord](https://discord.gg/DTcwugcgZ2)
- [NPM](https://www.npmjs.com/package/classcharts-api)
- [Deno](https://deno.land/x/classcharts_api)
# Contributing