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

docs: update package description

This commit is contained in:
James Cook 2023-08-30 13:35:37 +01:00
parent 0d9d64cb07
commit 55d91a52b7
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
<p align="center">
<h1 align="center">ClassCharts API JS</h1>
<p align="center">
A Node.js and Deno Typescript wrapper for getting information from the Classcharts API.
A Node.js and Deno wrapper for getting information from the Classcharts API.
</p>
</p>
<p align="center">
@ -63,7 +63,7 @@ session ID which will be used for all requests.
## Student Client
```typescript
import { StudentClient } from "classcharts-api"; // Node.js
import { StudentClient } from "classcharts-api";
// Date of birth MUST in the format DD/MM/YYYY
const client = new StudentClient("classchartsCode", "01/1/2000");