mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
chore: tweak documentation meta description
This commit is contained in:
parent
401fa09c0b
commit
c42dd71cdf
2 changed files with 3 additions and 3 deletions
|
|
@ -51,7 +51,7 @@ contributing! If you have any questions, feel free to ask in the
|
||||||
## NPM
|
## NPM
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install classcharts-api # npm
|
npm install classcharts-api
|
||||||
```
|
```
|
||||||
|
|
||||||
## Deno
|
## Deno
|
||||||
|
|
@ -77,7 +77,7 @@ session ID which will be used for all requests.
|
||||||
import { StudentClient } from "classcharts-api";
|
import { StudentClient } from "classcharts-api";
|
||||||
|
|
||||||
// Date of birth MUST in the format DD/MM/YYYY
|
// Date of birth MUST in the format DD/MM/YYYY
|
||||||
const client = new StudentClient("classchartsCode", "01/1/2000");
|
const client = new StudentClient("classchartsCode", "01/01/2000");
|
||||||
await client.login();
|
await client.login();
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content="Documentation for classcharts-api javascript package. A library for interacting with the ClassCharts API."
|
content="Documentation for classcharts-api NPM and Deno package. A library for interacting with the ClassCharts API."
|
||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
name="viewport"
|
name="viewport"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue