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