Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
Fixed import issue in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tascord committed Feb 5, 2020
1 parent abb691b commit c6e4ae3
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 @@ -12,7 +12,7 @@ An unofficial api for [Compass](https://compass.education) using [puppeteer!](ht
[Read The Docs](https://tascord.gitbook.io/compass-edu/)

```
var Compass = require('@tascord/compass');
var Compass = require('compass-edu');
var user = new Compass('school_prefix');
Expand Down

0 comments on commit c6e4ae3

Please sign in to comment.