From c42dd71cdf5e7b5629c44d9d993eb69f1be1593f Mon Sep 17 00:00:00 2001 From: James Cook Date: Fri, 29 Sep 2023 13:50:03 +0100 Subject: [PATCH] chore: tweak documentation meta description --- README.md | 4 ++-- index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2cc6e77..ffa118a 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ contributing! If you have any questions, feel free to ask in the ## NPM ```bash -npm install classcharts-api # npm +npm install classcharts-api ``` ## Deno @@ -77,7 +77,7 @@ session ID which will be used for all requests. import { StudentClient } from "classcharts-api"; // 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(); ``` diff --git a/index.html b/index.html index c532332..393db3c 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@