Skip to content

Commit

Permalink
Correct docs
Browse files Browse the repository at this point in the history
  • Loading branch information
a2br committed Dec 24, 2020
1 parent 8ea24a1 commit 65ccf48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Here's a quick example on how to get the homework of a day.

```javascript
// Import 'Session' class from ed.js
import { Session } from "ecoledirecte.js";
import { Session, accounts } from "ecoledirecte.js";

async function getHomework(username, password, date) {
// Create a new Session. As long as it doesn't
Expand Down

0 comments on commit 65ccf48

Please sign in to comment.