We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f88254 commit b743d0aCopy full SHA for b743d0a
README.md
@@ -20,7 +20,7 @@ A full reference for this library is available [here](https://github.com/fern-de
20
Instantiate and use the client with the following:
21
22
```typescript
23
-import { phenomlClient } from "phenoml";
+import { PhenoMLClient } from "phenoml";
24
25
const client = new PhenoMLClient({
26
username: "your_username",
0 commit comments