Skip to content

Commit c42dd71

Browse files
chore: tweak documentation meta description
1 parent 401fa09 commit c42dd71

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ contributing! If you have any questions, feel free to ask in the
5151
## NPM
5252

5353
```bash
54-
npm install classcharts-api # npm
54+
npm install classcharts-api
5555
```
5656

5757
## Deno
@@ -77,7 +77,7 @@ session ID which will be used for all requests.
7777
import { StudentClient } from "classcharts-api";
7878

7979
// Date of birth MUST in the format DD/MM/YYYY
80-
const client = new StudentClient("classchartsCode", "01/1/2000");
80+
const client = new StudentClient("classchartsCode", "01/01/2000");
8181
await client.login();
8282
```
8383

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
77
<meta
88
name="description"
9-
content="Documentation for classcharts-api javascript package. A library for interacting with the ClassCharts API."
9+
content="Documentation for classcharts-api NPM and Deno package. A library for interacting with the ClassCharts API."
1010
/>
1111
<meta
1212
name="viewport"

0 commit comments

Comments
 (0)