From 55d91a52b7aab1dc06dc40bbfae8d86134a96198 Mon Sep 17 00:00:00 2001 From: James Cook Date: Wed, 30 Aug 2023 13:35:37 +0100 Subject: [PATCH] docs: update package description --- docs/README.md | 4 ++-- readme.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 91f5d80..477c8aa 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,7 +1,7 @@

ClassCharts API JS

- 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.

@@ -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"); diff --git a/readme.md b/readme.md index f4eac6d..d46851f 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,7 @@ node-current -

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.

# Links