From 55d91a52b7aab1dc06dc40bbfae8d86134a96198 Mon Sep 17 00:00:00 2001
From: James Cook
- 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.
ClassCharts API JS
@@ -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 @@
-
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