1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +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> <h1 align="center">Classcharts API JS</h1>
<div align="center"> <div align="center">
<img alt="Discord" src="https://img.shields.io/discord/918103752068726855"> <a href="https://discord.gg/DTcwugcgZ2"><img alt="Discord" src="https://img.shields.io/discord/918103752068726855"></a>
<img alt="license" src="https://img.shields.io/npm/l/classcharts-api"> <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>
<img alt="npm" src="https://img.shields.io/npm/v/classcharts-api"> <a href="https://www.npmjs.com/package/classcharts-api"><img alt="npm" src="https://img.shields.io/npm/v/classcharts-api"></a>
<img alt="deno" src="https://shield.deno.dev/x/classcharts_api"> <a href="https://deno.land/x/classcharts_api"><img alt="deno" src="https://shield.deno.dev/x/classcharts_api"></a>
<img alt="node-current" src="https://img.shields.io/node/v/classcharts-api">
</div> </div>
<p align="center">A Node.js and Deno wrapper for getting information from the Classcharts API.</p> <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/) - [Documentation](https://classchartsapi.github.io/classcharts-api-js/)
- [Discord](https://discord.gg/DTcwugcgZ2) - [Discord](https://discord.gg/DTcwugcgZ2)
- [NPM](https://www.npmjs.com/package/classcharts-api)
- [Deno](https://deno.land/x/classcharts_api)
# Contributing # Contributing